Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.38 KB

File metadata and controls

47 lines (32 loc) · 1.38 KB
title page_title description previous_url position
Loop
Loop
Loop a repeating action certain amount of times in Test Studio test. Loop cycle in Test Studio test
/user-guide/logical-steps/loop.aspx, /user-guide/logical-steps/loop
1

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.

![Standalone][2]
**Standalone version**
![VS Plugin][3]
**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.