Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


loop is a sequence of instructions that is continually repeated until a certain condition is reached. Some scenarios where loops are used:

  • Iterating over a list of items appearing in a drop down to validate each on

  • iterating over a set of rows in an excel sheet to fill data in a form


The action keywords for looping introduced by BQ Tool are :

...

The basic test script would appear as :Image Removed

...

4- forEach : This keyword is used to perform a specific action for the comma separated values entered in the comma separated field of forEach keyword.

...