Using Ranorex to test a website.

Ask general questions here.
[email protected]
Posts: 4
Joined: Mon May 24, 2021 9:20 pm

Using Ranorex to test a website.

Post by [email protected] » Fri Sep 02, 2022 3:42 pm

1. My particular issue is I have a ranorex test for a word press website and it is inconsistent it sometimes passes sometimes fails? The website itself appears unchanged so these are erroneous failures it appears. Has anyone else experienced these issues?
2. Is Ranorex testing stable for website testing in general?

odemin
Posts: 11
Joined: Tue Jun 07, 2022 12:01 pm

Re: Using Ranorex to test a website.

Post by odemin » Fri Sep 02, 2022 3:59 pm

There may be problems with any testing with the ranorex:
1) dynamic elements - try using the spy to check path when the test failed
2) timeouts to search for an element - try add more timeout, use exist() or waitFor (If used short xpath then may search up to 2-3 sec)
3) attempt to work with an unloaded element - try wait() after clik