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
Performace: record playback is very slow
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
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
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
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria