Page 1 of 1

Evaluation - Testing pauses between tasks

Posted: Tue Oct 21, 2008 12:30 pm
by Spanners
Hi,

Just in the process of evaluating Ranorex and have noticed that between certain clicks the test seems to pause for ages before continuing. Is this deliberate evaluation issue or would this happen if we bought the actual product?

Thanks

Jon

Posted: Tue Oct 21, 2008 3:18 pm
by Support Team
Is this deliberate evaluation issue or would this happen if we bought the actual product?
No, this is not an evaluation issue.
Please try one of the Ranorex samples: Start->Programs->Ranorex 1.5->.NET->Automating Calculator Sample (RanorexVS2005Sample1).
Does it happen the same with this app?

You can change the sleep time and the mouse move time with the properties:

Code: Select all

Application.SleepTime = sleepTime;
Mouse.MoveTime = mouseMoveTime;
Hope this helps.

Jenö
Ranorex Team