Edit Goto Step Dialog Box
- Updated2025-07-21
- 1 minute(s) read
Edit Goto Step Dialog Box
Select Edit Destination in the context menu for the step or click Edit Destination on the General tab of the Step Properties dialog box to launch the Edit Goto Step dialog box from a TestStand User Interface .
Use the Destination Step control to specify the target for the Goto step. You cannot select an Else or Else If step as the target of a Goto Step. The control contains a list of steps in each step group, as well as the following three additional targets:
- <End Group> —Jumps to the end of the current step group.
- <Cleanup> —Jumps to the Cleanup step group.
- <Specify By Expression> —Defines an expression that specifies a name or unique ID of a step. If the expression evaluates to a step name, the destination is the first step in the step group with the same name. If the expression evaluates to a step ID the destination is the first step in the sequence with the same unique step ID.
By default, Goto steps do not pass or fail. After a Goto step executes, TestStand sets the step status to Done or Error .
The Goto step type does not define any additional step properties other than the custom properties common to all steps.