Check Variable

Checks a variable value against a condition.

Optionally, the script can be terminated when the condition is not met.

Fields in the editor

Name
The variable to check.
Operator
The operator used.
Possible values: =(eq), <>(ne), >(gt), >=(ge), <(lt) or <=(le)
Field (+Occ) / Variable / Value
The field, variable, or value to check the variable against.
Error Message
The message that is written to the log if the check evaluates to false.
Success Message
The message that is written to the log if the check evaluates to true.
Stop if check fails
If this check box is selected, the test execution stops if the check fails.