Skip to main content



      Home
Home » Archived » Jubula » Debugging for beginners?
Debugging for beginners? [message #1839290] Thu, 18 March 2021 14:39 Go to next message
Eclipse UserFriend
Trying to figure out what is happening with my test. Two steps after performing a ub_grc_click my test will hang waiting to execute the next step. It doesn't matter what the two steps followingare, I have even put a pause as one of the steps and it will hang as soon as I resume. The log files in their default state give no info. What do I need to do to dump more debug information? In my application I am seeing seemingly random "not on fx thread" errors related to jubula, but they don't seem to happen consistently.
Re: Debugging for beginners? [message #1839552 is a reply to message #1839290] Tue, 23 March 2021 15:36 Go to previous messageGo to next message
Eclipse UserFriend
It look like Jubula just can't handle testing when there is a lot going on... I can comment out some of the threads and it gets farther into my test, but still freezes.
Re: Debugging for beginners? [message #1844299 is a reply to message #1839552] Wed, 08 September 2021 08:30 Go to previous message
Eclipse UserFriend
Hello,
the "not on fx thread" errors might indicate Problems where some actions(or event handling in your application) are not executed in the javaFX thread. This can lead to such problems that tests are not executed correctly or sometimes even not at all.
Its there more information in the jubula log located: "%HOME_DIRECTORY%/.jubula"?

best regards
Marvin Mueller
Previous Topic:Sharing common test cases across projects.
Next Topic:How can I find an old version of Jubula
Goto Forum:
  


Current Time: Thu Mar 27 03:08:26 EDT 2025

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

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

Back to the top