New to Telerik Test Studio? Download free 30-day trial

Loop

Walk--through of creating a loop process.

1.  Create a Web Test and click Record.

2.  Navigate to www.random.org/integers.

3.  Click Get Numbers.

4.  Click Again.

Random

5.  Pause recording and minimize the browser.

6.  Choose Conditions in the Step Builder and add loop step.

VS Plugin

7.  Set the Count of the Loop step to 5.

Loop step count

8.  Drag the second Click Submit step into the LOOP step.

Drag Submit

9.  Save and Execute. After the initial set of integers is generated, the process is repeated 5 times.

In this article