Skip to main content

Dialog: Test Progress

Symbol: _tm_icon_test_case.png

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, _tm_icon_run_script.png Execute Script command

  • Test Manager menu; context menu of the test script, _tm_icon_debug_script.png Debug Script command

_tm_icon_debug_break.png Abort

The test run is aborted after the currently executed test is ended.

_tm_icon_debug_stop.png

The execution halts before the next test action.

_tm_icon_debug_run_continue.png

The next test action is executed, and then the processing halts again.

_tm_icon_run.png

The test execution is continued.

_tm_icon_debug_collapse.png Auto collapse

Button pressed: Subgroups of the tree view are automatically collapsed if they do not contain any errors.

_tm_icon_debug_scroll.png Auto scroll

Button pressed: The view is automatically scrolled to the last added entry.

_tm_icon_debug_break_on_failures.png Halt on error

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

  • Running: The test execution is running.

  • Halted: The test execution is halted.

  • Stepping: The next step of the test is being executed.

  • Continue: The test is being executed.

  • Breakpoint: The test is halted at a breakpoint.

  • Stop: The test execution is aborted.

Statistics: Number of test elements with the following test result: Succeeded, Skipped, Failed