Running a TestComposer Script without Procedures

To run an TestComposer script that does not contain any procedures:

  1. Click the Play toolbar button and start running the script according to the current playback mode.
  2. The steps sequence is executed with the currently executing step shown green and marked by an arrow icon in the Breakpoints pane.

    When a breakpoint is encountered, execution stops at that location and the corresponding step is shown highlighted yellow .

  3. To resume execution at a breakpoint location, click the Play button again. Alternatively, if you want to execute steps in turn and pause after each step, click the Step over button.
  4. At any time while the script is executing, you can pause or stop the execution by clicking the or buttons. In case the execution was paused, resuming is done by clicking again the Play button.
  5. The script execution terminates after the last script step was run.
  6. If the script uses sessions for establishing connections to configured devices, the Sessions Output tab displays a main tab for the Tcl Code/Expression Analyzer and one additional tab for each session used by the script.

    When multiple tests are open in the TestComposer GUI, the tab that corresponds to the test having completed execution flashes briefly.