Else If Step

Use an Else If step to define a block of steps that execute if a condition is met and the conditions the preceding If step and any preceding Else If step define are not met.

Configuring the Step

Use the ElseIf Condition edit tab in the TestStand Sequence Editor and the Configure Else If Condition dialog box in a TestStand User Interface to configure the Else If step. You cannot select an Else or Else If step as the target of a Goto Step or as the target of a post action.

Step Properties

In addition to the common custom properties , the Else If step type defines the following step property:

  • Step.ConditionExpr —The expression that must evaluate to True for the steps within the Else If block to execute.

See Also

Flow Control Step Types