Ranorex

Increasing speed of Ranorex apps while executing tests

 
Post new topic   Reply to topic    Ranorex Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Swapna



Joined: 12 Jul 2007
Posts: 2

PostPosted: Thu Jul 19, 2007 6:49 am    Post subject: Increasing speed of Ranorex apps while executing tests
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.
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 05 Jul 2006
Posts: 351

PostPosted: Thu Jul 19, 2007 11:58 am    Post subject:
You can change the speed of the testscript the following way:

Application.Sleep property

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
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> General Questions All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum