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 :

...