Loop Operation

Applies to LoadComplete 4.97, last modified on May 20, 2019

Use the Loop operation to run child operations in a loop for the specified number of times. For example, you can use it to –

  • Run some other scenario (or scenarios) in a loop.

  • Run one or multiple requests in a loop.

  • Simulate user interaction with one or several pages in a loop.

To exit the loop earlier, use the Break operation.

The Think Time edit box at the top of the editor specifies the number of milliseconds the operation will wait before it starts executing.

The SLA edit box at the top of the editor specifies the maximum acceptable duration of the operation, in milliseconds.

On this page, you specify parameters of the loop:

Count

Specifies the number of iterations to perform.

This page provides summary information on the operation and its child operations like the number of found errors, the list of variables used, and so on. Information on the page is read-only.

You can find information on issues in operation properties in the Summary page. Also, information about the erroneous settings is displayed in the editor’s header area.

See Also

Operation Reference
While Operation
Call Scenario Operation
Break Operation
Recording User Scenarios
Editing Scenarios

Highlight search results