Dialog: Test Progress
Symbol:
Function: The dialog provides information about the test script processing which is currently running. It also contains buttons and views for debugging the test script.
Call:
Test Manager menu; context menu of the test script,
Execute Script command
Test Manager menu; context menu of the test script,
Debug Script command
| The test run is aborted after the currently executed test is ended. |
![]() | The execution halts before the next test action. |
![]() | The next test action is executed, and then the processing halts again. |
![]() | The test execution is continued. |
| Button pressed: Subgroups of the tree view are automatically collapsed if they do not contain any errors. |
| Button pressed: The view is automatically scrolled to the last added entry. |
| Button pressed: The execution is halted after an error. |
Upper display area | During the test run, the test status for the executed test actions is displayed continuously. |
Display Area, Tab: Errors | For each error which has occurred so far: error message and error location. By double-clicking the message, the focus jumps to the error location. You can copy selected lines to the clipboard (Ctrl+C). |
Display Area, Tab: Variables (scope #<ID>) | Name, Outer name, and Value of the test variables which are contained in the current scope of the script execution Example: Variables (scope #4) The scope is indicated by a randomly generated number. Their display helps to check whether or not the variables of the currently selected test element are still within the same scope as the preceding or following element. For example, the scope changes when you jump from an action to a call when running a test script. The Outer name is only displayed for variables which have been are passed as parameters of the current scope inwardly as input parameters or outwardly as output parameters. For example, in a called script, the displayed name is the name of the variable passed as a parameter within the scope of the called script. This allows you to view the data flow. For details, see the description of the parameter configuration for the individual test driver actions in the reference part of the help: "Test Script Programming > Test Drivers". |
Status bar | Status of the test progress
Statistics: Number of test elements with the following test result: Succeeded, Skipped, Failed |