What is the purpose of the wait state?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Rational TestSuite Job Interview Questions And Answers