Wait for exist hangs forever

Ask general questions here.
eric.franc
Posts: 25
Joined: Tue May 05, 2015 11:25 am

Wait for exist hangs forever

Post by eric.franc » Mon Apr 27, 2020 7:08 am

Hello,

6 month ago we updated Ranorex from version 6 to 9 and that broke our entire continuous integration.
Now I am trying to fix one case at the time.

We are using virtual machine to run the test ( hyper-V ).

The wait and exit method hangs and never stop.
2020-04-27_9-00-33.png
What should I do?
You do not have the required permissions to view the files attached to this post.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Wait for exist hangs forever

Post by odklizec » Mon Apr 27, 2020 7:23 am

Hi,

Could you please upload a Ranorex snapshot (not just screenshot) of the problematic element and also full xpath of the element, as stored in repository?

Also, have you tried it with another VM?

And finally, which version of Ranorex (exactly) do you use? And if you are still on 6 months old 9.x, you should definitely update it with most recent version 9.3.1!
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

eric.franc
Posts: 25
Joined: Tue May 05, 2015 11:25 am

Re: Wait for exist hangs forever

Post by eric.franc » Mon Apr 27, 2020 3:47 pm

Thanks for the tips,.

I have updated from 9.2 to 9.3 and the failing case is running.
I just do not understand why it works suddenly could it be some issue in 9.2 build?

Thanks,

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Wait for exist hangs forever

Post by odklizec » Tue Apr 28, 2020 7:54 am

Hi,

I'm glad it helped. Well, I think it may be just a coincidence that updating to newest version fixed your problem? Maybe the old installation was corrupted, or there was a missing/corrupted system library, whcih was fixed by 9.3.1 install? Eventually, 9.3.1 indeed fixed something? It's always a good idea to read version release notes and keep the version updated. I'm personally always installing minor versions ASAP, because they most certainly contain many useful bug fixes. And I'm holding slightly back with installing major versions, which I'm first testing in a non-production environment. And I'm usually installing them AFTER releasing first minor (bugfix) update ;)
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

eric.franc
Posts: 25
Joined: Tue May 05, 2015 11:25 am

Re: Wait for exist hangs forever

Post by eric.franc » Wed Apr 29, 2020 7:24 am

Thanks I will do like that from now on:)