Page 1 of 1

Increasing speed of Ranorex apps while executing tests

Posted: Thu Jul 19, 2007 5:49 am
by Swapna
HI,
When I run a test created by ranorex, the cursor movement is very slow. Is there any method to increase the speed of test execution? I have used Ranorexnet.dll o create the app.

Thanks,
Swapna.

Posted: Thu Jul 19, 2007 10:58 am
by webops
You can change the speed of the testscript the following way:

Application.Sleep property
Note: This property is only available in Ranorex version 1.X and has been removed in Ranorex versions 2.X and higher.

You can set the sleep time after every Ranorex command with this property in milliseconds.

Mouse.MoveTime property

Set the default duration time of the mouse move operations in milliseconds.

Mouse.Move(point, movetime) function

You can set the duration of every mouse move operation in milliseconds with the movetime argument.

Gabor
Ranorex Team

Re: Increasing speed of Ranorex apps while executing tests

Posted: Tue Aug 21, 2012 7:58 am
by deepur011
Actually where i can find the Application.sleep property file??

Re: Increasing speed of Ranorex apps while executing tests

Posted: Tue Aug 21, 2012 11:00 am
by deepur011
I want to increase the speed of mouse motion while playing the recorded actions. I found something while googling like i need to increase somewthing in "Application.Sleep" property. But i couldn't find the place where i need to specify/edit my speed of action.

Re: Increasing speed of Ranorex apps while executing tests

Posted: Tue Aug 21, 2012 11:26 am
by Support Team
Hi,

If you open the properties of the mouse click action, you can of course select more at once, you will find an option named "Move Time", there you can change the mouse move time.
In the Recorder Defaults Tab of the Settings window you can also set the timings for the new actions of your recordings to a different value.

Regards,
Markus
Ranorex Support Team