Description
The LessThanEqualGen Generator allows one or more <= conditions. For example:
- if (x <= 1) then select option A
- if (x <= 2) then select option B
- if (x <= 3) then select action C
- if (x <= 4) then select action D
- else select default E
Note: This Generator is very useful when conditioning sibling generated test data.
Parameters
The following parameters may be configured for the LessThanEqualGen Generator. Items with an asterisk* are required.
- reference* - Defines the referenced variable that will be used to determine the condition.
- default* - Defines the value that is selected if no condition is met.
- conditionList - Defines a list of <= conditions.
- actionList -Defines the list of actions to be taken when a given condition is matched. Actions may be references to another Attribute's generated value.