What is the purpose of the wait state?
Answers were Sorted based on User's Feedback
Answer / hemakumar jm
The main purpose of the wait state is used in
Synchronization.
The application time system should not match....then we go
for wait state is nothing but check point in winrunner or
simply write a script.eg: wait(time);
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / uday kumar. a
Wait statement is used for synchronization.
WR simply waits the specified amount of time, whether the
application is completed its operation or not.
Ex: suppose if one operation takes varible amount of time,
inorder to synchronize between WR and application we use
wait statement.
wait(secs.) wait(20)
Here, WR waits 20 seconds even the operation completes in 5
secs.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to identify the particular item in dropdownlist?
What kind of problems are solved by Datapools?
What information is contained in the Datapool_config section?
How will you edit a baseline file of a verification point?
Is it possible to perform performance/stress tests using Rational Test Manager, by executing manual test scripts?
How can you automate your project?
What do you mean by data driven testing? a. Testing using Data Drivers. b. Testing using Excel Sheets c. Testing using Executables. d. Testing using Command Line Parameters
I wanna to learn RFT can anyone send me the learning material including demo. I am working on mainframe based project using RFT, but don't have that much knowledge of java scripts so need to learn.
Unexpected Active Window tab is in a. General Option b. GUI Record Option c. GUI Playback Option d. Session Record Option
For unattended execution whick playback options you will use?
Shortcut Keys for Recording a GUI Script and VU Session are a. F2 and F3 b. Ctrl+ R and Ctrl + Shift + R c. Ctrl+ R and Alt +R d. Ctrl + G and Ctrl + V
Explain what kind of problems are solved by datapools?