Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Problem with a test that returns me an error.
Problem with a test that returns me an error. [message #1695143] Tue, 12 May 2015 09:33 Go to next message
Dorian DE NICOLA is currently offline Dorian DE NICOLAFriend
Messages: 29
Registered: September 2014
Junior Member
Hello everyone Very Happy
I have a problem with a test that returns me an error.
In fact, I try to make a left click to open a menu and select "Close."
After clicking on "Close" a confirmation pop-up appears on the screen.
Graphically my test works, but for Jubula there is a timeout error.
How to do that Jubula expect anything of a test or avoid this error?
Thanks you,
Dorian
Re: Problem with a test that returns me an error. [message #1695777 is a reply to message #1695143] Tue, 19 May 2015 08:52 Go to previous messageGo to next message
Oliver Goetz is currently offline Oliver GoetzFriend
Messages: 219
Registered: May 2011
Senior Member
Hi,

have you tried to use

* ub_mbr_selectEntry_byTextpath
* ub_mbr_selectEntry_byIndexpath
Re: Problem with a test that returns me an error. [message #1696060 is a reply to message #1695777] Thu, 21 May 2015 13:18 Go to previous message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi Dorian,

it sounds like you're trying to close your AUT from within the test, is that correct?

If so, then I'd recommend either:
* Using the restart actions to restart the AUT if you need this
* or not closing the AUT during the test (once the test has finished, this will be done by testexec anyway)

Since Jubula's clicks are confirmed, there can be a racing condition confirming a click that leads to the AUT being closed: we wait for confirmation, but the connection to the AUT has been lost.

You may be able to work with e.g. external key combination to hit enter for the dialog, but I'd really rather recommend one of the two approaches above.

Hope that helps,
Alex
Previous Topic:Robotexception reported by Jubula after Ctrl-Shift-Q
Next Topic:loadObjectMapping() method
Goto Forum:
  


Current Time: Sat Apr 27 00:05:47 GMT 2024

Powered by FUDForum. Page generated in 0.03934 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top