Defining ranges in expected values

When a range expected expression is defined, the test checks that the obtained value is within the bounds of the range.

Procedure

To create a range expected expression.
  1. In the test editor, select a check block to edit the variable checks.
  2. In the Expected Expression column of one variable, click the menu button (Menu button) button and select Range > Native Expression.
    The quick edition area switches to range edition mode. Ranges edition area
  3. In the quick edition area, type the lower and upper bound values for the range and click the [ and ] buttons to set each bound as inclusive or exclusive.
  4. Press ENTER or click Apply changes button to apply the changes.