Evaluation - Testing pauses between tasks

Ask general questions here.
Spanners
Posts: 1
Joined: Tue Oct 21, 2008 12:26 pm

Evaluation - Testing pauses between tasks

Post by Spanners » Tue Oct 21, 2008 12:30 pm

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Tue Oct 21, 2008 3:18 pm

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