LINGA Sabbasani

LINGA Sabbasani

  • NA
  • 1
  • 1.3k

Coded ui automation script playback timeout issue.

Apr 27 2016 11:34 AM
i need some help for playback wait timeout.
 
earlier i used below playback script  then that time its working fine 
 
 Playback.PlaybackSettings.WaitForReadyLevel = WaitForReadyLevel.AllThreads;
 
this.UIMap.ClickSubmit();
Playback.PlaybackSettings.WaitForReadyLevel = WaitForReadyLevel.UIThreadOnly;
 
 
as of now its not supporting its directly giving the error .can any one please help me 
 
 
example scenario:
 
 
i have a search screen when i hit on go button data is getting displaying 50 seconds or below 50 seconds
 
 scenario:.data is loaded with in 10 seconds i need to reduce the remaining 40 seconds. 
 
 
please help me its urgent.
 
 
 
 

Answers (1)