Destination Edit Tab

Use the Destination edit tab in the TestStand Sequence Editor 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 Destination Step control contains a list of all steps in the 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.

See Also

Built-In Step Types