Versions Compared

Key

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

Description: This command is used to loop from Start to End with Step used as an increment and stores a Variable.
Usage Scenario: Suppose we want to add users to the Blacklist on our Reference app by looping through the steps that block users one by one.

...

See the Test Library path: subject7_samples/subject7_advanced_suite/subject7_add_user_to_blacklist

The following video demonstrates how loop is used to add users to black list as part of execution of “subject7_add_user_to_blacklist” test case in “subject7_samples” folder:

...