Page 1 of 1

Waiting for 100ms - Is it any default settings from Ranorex?

Posted: Tue Mar 15, 2011 7:43 pm
by Saha
We have upgraded to Ranorex 3 and started using Test Suite to execute our test scripts.
I have set Adapter.DefaultSearch Timeout as 30s.
When I run the scripts it works fine. But I have noticed that while running scripts Ranorex popsup a small window which shows all the execution steps, error info etc. Most of the time while script is executing this popup window displays "waiting for 100 ms", even when script is executing successfully.
My question is from where we have are getting this 100ms waiting. I don't have any 100ms settings in my code. I have only set DefaultSearchTimeout as 30s.

Thanks,
Saha

Re: Waiting for 100ms - Is it any default settings from Ranorex?

Posted: Tue Mar 15, 2011 8:09 pm
by Support Team
Ranorex issues a "Waiting for XXX ms" message whenever the Delay class is used.

The 100 ms are most probable the "Delay before pressing a key sequence" (see this section in the Ranorex User Guide). Ranorex waits the specified time before starting to simulate keyboard input. 100 ms is the default; you can try to set it to a smaller value and see if your keyboard inputs are still dispatched to the correct controls.

Regards,
Alex
Ranorex Team