IN LR11.04 Ajax Truclient Protocol, How do I make a FOR loop
Question ID: 104474
2
0

I need a FOR loop around multiple steps . However when I select " surround with a FOR loop" only one step is in the LOOP. How to a add steps in to the loop?

Marked as spam
Posted by (Questions: 231, Answers: 18)
Asked on March 6, 2012 12:22 pm
814 views
Answers (1)
2
Private answer

There are at least two ways to do this

The Easy way:

1. Left click and Drag the mouse over all the Step you want to have in the For Loop ( so all steps are highlight in yellow )
2. Right Click on any blank yellow area and Select '' Surround with FOR loop'' the loop step ''box'' will appear and surround the steps
3. Click on the '' i < 1 '' to change the ''1'' to the number of time to loop need to run 4. Done The harder way: 1. Select the first step in the loop (highlight yellow) 2. Surround with a Loop 3. Cut the next step from the script 4. Highlight the step IN the loop 5. The Paste the ''Cut'' step in the loop ''after'' the current step 6. Repeat 3 to 5 until all wanted steps are in the loop****Be careful to keep you step in order 7. Change the '' i < 1'' to number need for the loop 8. Done

Marked as spam
Posted by (Questions: 12, Answers: 384)
Answered on March 6, 2012 12:36 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top