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

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
Saha
Posts: 39
Joined: Tue Mar 01, 2011 6:20 pm

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

Post by Saha » Tue Mar 15, 2011 7:43 pm

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

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

Post by Support Team » Tue Mar 15, 2011 8:09 pm

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