Page 1 of 1

change of duration

Posted: Wed Sep 24, 2014 3:04 pm
by sravanimandadi
hi, we are using evaluation version of ranorex 5.1. for a step in a test case we tried to change the duration and move time in properties to reduce the wait time taken for the step execution. but this is not reflecting when we are running the test case. can you suggest any solution so that we can reduce our execution time.

Re: change of duration

Posted: Wed Sep 24, 2014 4:09 pm
by Bat
Make sure the timeout for it's parent folder is also set to a desirable value. It adds up the values from it's parents.

Ex.
AppFolder - 30 sec
RootedFolder - 15 sec
item - 1 sec

Total Timeout = 46 sec for item

Re: change of duration

Posted: Wed Sep 24, 2014 4:18 pm
by krstcs
I would discourage (emphatically!!) changing the search timeouts. Remember that that timeout is the MAXIMUM time that Ranorex will take to find an item. It won't use the whole time if it finds it quickly.

However, the reverse can cause problems. Namely, if you set the timeout too low, then Ranorex will FAIL because it can't find the item in the time given.

Automation is not as much about speed as it is about consistency. The automated test will do things exactly the same way every time, where a human is likely to "fat-finger" values and mess up, which does cause delays, and is where the speed advantage is, not in just doing it faster (although it does that as well to a degree). If you are shortening the test because people are waiting on it, then maybe you need to re-examine the way you are employing the tests.