Skip to main content
Version: current

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.

WhileWhile

Attributes

AttributeValue
NameStep
Jump toNone
SourceNone
Condition< (less than)
Value1.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.