Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Inconsistency in Jubula runs
Inconsistency in Jubula runs [message #1112113] Thu, 19 September 2013 06:22 Go to next message
Bhupendra Mahajan is currently offline Bhupendra MahajanFriend
Messages: 33
Registered: September 2013
Member
Hi,

I have observed that the Jubula doesn't give consistent results when ran the same suite multiple times (the failure rate is around 15%)

Following is the description about the test suite and the way of execution
- Suite has 10+ testcases
- Execution is done from command line (testexec.exe)
- Automation is executed using Remote login (mstsc) on windows 2008

Let me know if any other additional info is needed.

Has anyone encountered similar issues around consistency?

Appreciate for your help

Thanks,
Bhupendra


Re: Inconsistency in Jubula runs [message #1112127 is a reply to message #1112113] Thu, 19 September 2013 06:43 Go to previous message
Achim Loerke is currently offline Achim LoerkeFriend
Messages: 376
Registered: July 2009
Location: Braunschweig, Germany
Senior Member

In most cases this sort of behaviour is caused by missing synchronization in the tests. If you do some action or check some results this is often timing sensitive. To get around this you have to add some sort of wait actions (wait for component, wait for window, ...) or add an event handler which deals with delayed results.

- Achim
Previous Topic:Support For javafx
Next Topic:Observed "org.eclipse.swt.SWTException: Widget is disposed" multiple time while running au
Goto Forum:
  


Current Time: Tue Apr 23 10:30:50 GMT 2024

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

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

Back to the top