Description
Use the Break operation to exit from a loop (a Loop or While operation). LoadComplete will continue the scenario simulation from the operation that follows the Loop or While operation.
Using the Operation
Position
Number of occurrences: | Unlimited. |
Parent operations: | Any other operation. If the scenario editor displays pages and connections, the operations cannot be placed between a page and a connection. Typically, the Break operation is put to the If... Then, or If... Else block, that, in its turn, belongs to the While or Loop operation. That is, you exit the loop when a certain condition is met. |
Child operations: | The operation cannot have child operations. |
Operation Think Time
The Think Time edit box at the top of the editor specifies the number of milliseconds to wait before exiting the loop.
Operation Properties
The operation has no properties.
Information on Errors and Warnings
Information about the erroneous settings is displayed in the editor’s header area.
See Also
Operation Reference
Loop Operation
While Operation
Editing Scenarios