What is the purpose of the wait state?

Answers were Sorted based on User's Feedback



What is the purpose of the wait state?..

Answer / amit

wait statement is used for give a wait command in a
particular application.whenever a test run it takes a
default time for executing a object and then go into the
next step.if you want to observe the functionality of a
object then you can give wait(10) then in running time it
will wait till 10 second on that particular object or event
and then move into next statement

Is This Answer Correct ?    1 Yes 0 No

What is the purpose of the wait state?..

Answer / purush234

wait statement is used to wait the application for that
peticular period of time and that will move of later for
example wait(20), means this statement will wait for 20 sec
and it will move from that statement

Is This Answer Correct ?    0 Yes 0 No

What is the purpose of the wait state?..

Answer / gajendra

It is that state which specifies the verification point's
Retry value and Timeout value, as in Wait=1,30 where 1
indicates the test is to be retried every second but timed-
out after 30 seconds.

Wait function can only be used in VU scripts.
For GUI scription function delayfor is used.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Rational TestSuite Interview Questions

what is the use of "TestObject root = getRootTestObject();" in RFT?

1 Answers  


If we have to use a different data type then which command helps us in that a. Custom Data type b. Import from command line c. Microsoft excel d. None of the above

2 Answers  


Where the datapool values are stored?

2 Answers  


What is the planning and creating datapool?

0 Answers  


What is the purpose of the wait state?

3 Answers   Satyam,






If you want to output the results to the log file .. How to do?

0 Answers   Ordain Solutions,


What is the purpose of .sbl, .sbh, .rec files?

1 Answers  


Symbol for comments in Rational?

1 Answers   GE,


How to identify the particular item in dropdownlist?

1 Answers  


What information is contained in the Datapool_config section?

1 Answers  


How do you insert Log Messages and delay values in scripts?

1 Answers   GE,


Where do you view the results in Trap option?

0 Answers  


Categories