Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of inserting delay values in the scripts of rational?
What are the different data pool access orders?
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
Where do you view the results in Trap option?
How to test java applications?
Explain Robot?s command line options?
What is the purpose of the Trap options?
What is the planning and creating datapool?
What is standard data type and what is user defined data type?
Explain the use of "testobject root = getroottestobject();" in rft?
what is responsibilities of the Rational Robot
How to analyze results after playback?
How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?
For unattended execution whick playback options you will use?
How will you do data driven testing using Robot?