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 |
What can u say about making a new configuration in Rational Test manager? a. Yes, it can be easily made. b. Yes, but with great difficulty c. No, Never. d. Can’t say.
How many Verification points are there in Rational Robot? List them.
Explain Robot?s command line options?
How will you test Java Applications and what settings you need to do?
Explain datapool?
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.
Explain the planning and creating datapool with an example?
How many Comparators are there in Rational Robot? List them.
purpose of inserting delay values in the scripts of Rational?
What is the use of Global.sbl file in Rational?
How do you insert Log Messages and delay values in scripts?
How to create datapool?