While Step
Description
The while step will repeat parts of the sequence, based on a condition. If the condition check is true the while step skips part of the sequence.
Attributes
Attribute | Value |
---|---|
Name | Step |
Jump to | None |
Source | None |
Condition | < (less than) |
Value | 1.0 |
Name
Name specifies the name of the step.
Jump to
Jump to define the step that the while step will jump to. Available steps are automatically updated in the dropdown menu.
Source
The source describes the source of the condition check. This value can only be a variable or a testcase.
Condition
The condition is describes what value the source should be if the while step should repeat or move on.
Value
The value is the value that is checked with the condition against the source.