This is a migrated thread and some comments may be shown as answers.

To Wait

3 Answers 116 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ohsha
Top achievements
Rank 1
Ohsha asked on 21 Mar 2012, 07:34 PM
Hi, 

I'm trying telerik for the first time, and need to know the trick to wait. 

I was trying to wait for an element to exist but it failed on me, because the WaitOnElementsTimeout  somehow is fixed to 10000, is it 10 seconds or 10000 
seconds? I need to wait for at least 5 of 8 minutes. This is too short and I can't even change it myself. 

Please help. 

Thanks

3 Answers, 1 is accepted

Sort by
0
Accepted
Plamen
Telerik team
answered on 22 Mar 2012, 10:18 AM
Hi Ohsha,

You can increase the WaitOnElementsTimeout property for individual steps by setting the UseStepWaitOnElementsTimeout to True. It's located under the Execution heading in the Test Step Properties Pane
 
You can also increase the Timeout value in the Quick Execution Options. This will apply to all steps so you don't have to alter them individually.

Kind regards,
Plamen
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Ohsha
Top achievements
Rank 1
answered on 22 Mar 2012, 02:09 PM
Thanks. It works now. 

For WaitOnElementsTimeout  = 10000, is it 10 seconds or 10000 seconds? 

Thanks 
0
Accepted
Plamen
Telerik team
answered on 22 Mar 2012, 02:21 PM
Hello Ohsha,

I'm glad to hear it's working. 
 
The timeout value is in milliseconds(10000msec. = 10sec.)

Kind regards,
Plamen
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Ohsha
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Ohsha
Top achievements
Rank 1
Share this question
or