Configure Case Dialog Box
- Updated2025-07-21
- 1 minute(s) read
Configure Case Dialog Box
Select Configure Case in the context menu for the step or click Configure Case on the General tab of the Step Properties dialog box to launch the Configure Case dialog box from a TestStand User Interface .
The Configure Case dialog box 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 insensitive.
- Default Case —When you enable this option, 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.