You can run a group of tests unattended by creating and executing a single batch test. A batch test is a test script that contains call statements to other tests.It opens and executes each test and saves the test results. A Batch test looks like a regular test that includes call statements.
A test becomes a "Batch Test" when you select the Run in Batch Mode optin in the Run tab of the General Options dialog box before you execute the test. When you run a test in Batch mode, WinRunner suppresses all messages that would ordinarily be displayed during execution, such as a message reporting a bitmap mismatch. WinRunner also suppresses all Pause statements and any halts in execution resulting from run time errors.
By suppressing all messages, WinRunner can run a batch test unattended. This differs from a regular,interactive test run in which messages appear on the screen and prompt you to click a button in order to resume test execution. A batch test enables you to run tests overnight or during off-peak hours,so that you can save time while testing your application. When a batch test run is completed,you can view the results in the Test Results Window. The Window displays the results of all the major events that occurred during the run.




