Interview Questions

What is the use of putting call and call_close statements in the test script?

Mercury WinRunner FAQ


(Continued from previous question...)

What is the use of putting call and call_close statements in the test script?

You can use two types of call statements to invoke one test from another:
A call statement invokes a test from within another test.
A call_close statement invokes a test from within a script and closes the test when the test is completed.

(Continued on next question...)

Other Interview Questions