Friday, June 21, 2013

While loop in Selenium IDE Part 4

We are able to use while loop in IDE , before it please study the part 3.

Example 1: While loop, i am incrementing A value to 5 .

    Below are the few steps
            1. Declare A
            2. Start While Loop
            3. Increment A
            4. Print A
            5. End While Loop

See IDE syntax below

No comments: