Case Edit Tab
- Updated2025-07-21
- 1 minute(s) read
Case Edit Tab
Use the Case edit tab in the TestStand Sequence Editor to configure the Case step.
The Case edit tab contains the following options:
- Value to Compare —The expression the step evaluates and compares to the value the Select step specifies to determine whether it is the case within the surrounding Select block that executes. For string expressions , the comparison is case-sensitive if you enable the Case Sensitive option for the corresponding Select step. If the case expression evaluates to an array, the step also compares each element in the array to the value you specify in the Select step. Thus, you can use array literal syntax, such as {"Short", "Open", "Unknown"} , to specify multiple matchable items in a single Case step.
- Default Case —Specifies whether this step defines the default case for the surrounding Select block. If none of the Case steps have a Value to Compare expression that equals the Select step Item to Compare Expression, the default case executes. Only one Case step can be the default case for a Select block.
- Case Sensitive (for string values) —Specifies whether to use a case-sensitive string comparison when the value for the step contains strings. The default value is OFF , or case-insensitive.