Custom Search

Friday, October 3, 2008

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.

No comments: