Performace: record playback is very slow

Class library usage, coding and language questions.
Ramesh
Posts: 2
Joined: Wed Oct 01, 2008 10:29 am

Performace: record playback is very slow

Post by Ramesh » Fri Oct 03, 2008 6:13 am

Playback of recording is very slow and it takes quite a long time, I'm evaluating Ranorex for my product automation. How do I speedup things? any clue would be much appreciated

-Ramesh

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 » Fri Oct 03, 2008 11:06 am

Did you try setting the "Speed" trackbar to a value higher than 1.0?
What kind of application do you automate?
What actions do you try to replay?

Regards,
Alex
Ranorex Support Team

Ramesh
Posts: 2
Joined: Wed Oct 01, 2008 10:29 am

Post by Ramesh » Mon Oct 06, 2008 1:23 pm

Alex thank you!

We have got it fixed by using -----<


RanorexPython.MouseClickElement ( element,
button,
x,
y,
clickCount,
moveTime
)

--->

any clue about putting verification points (or validation), I mean script should not go ahead until it get the object , for eg: if I'm testing http://ranorex.com , the script thoud wait untill "Forum" on the main page apears.

IBM RFT allows user to insert verification points.
Do ranorex also have that kind of feature ?

Thanks,
-Ramesh

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 » Mon Oct 06, 2008 3:24 pm

HI Ramesh,

we're currently working on Ranorex version 2.0. The new Ranorex Recorder is going to provide a feature to create validation checkpoints during a recording session. Maybe this version could be interesting for you.

best regards

Christoph,
Ranorex Support Team