While Loop in Test Cases


In Testsigma, you can create a while loop to execute a test step repeatedly if a specified condition remains true. While Loop iterates through the step until the condition becomes false and then stops executing the test step and moves to the next test step. This article discusses using While Loop in Testsigma.


Prerequisites


Using While Loop in Test Cases

  1. Navigate to Create Tests > Test Cases, and click on Create Test Case. Create Test Case
  2. On Test Case Details page, click on the option on the left side of the test step. Option on Test Step
  3. This will open a side panel. Side Panel
  4. Hover over to the options and click on While Loop. This will add a while condition in your test step. While Loop
  5. Hover over the test step and click on Step Inside Loop to add sub-steps under the While Loop. Step Inside While Loop
  6. This will create a test step number 2.1 which will be under step 2. Step 2.1

Here's a quick GIF demonstrating using While Loop in Test Cases. While Loop GIF


Adding While Loop in Test Cases Using Recorder [Web & Mobile web]

  1. Navigate to Create Tests > Test Cases, and click on Create Test Case. Create Test Case
  2. Click on Record. Record
  3. A new window will be opened with recorder. New Window
  4. Go to https://demoqa.com/webtables. Website
  5. Click on the option on the left side of the test step and choose While Loop. This will add a while condition in your test step. While Loop
  6. Hover over the test step and click on Step Inside Loop to add sub-steps under the While Loop. Add Step Inside
  7. You can continue to add sub-steps and click on Stop Recording once all steps are added. Done

For more information on creating steps using recorder, refer to recording test steps.


Adding While Loop in Test Cases Using Recorder [Android & iOS]

  1. Navigate to Create Tests > Test Cases, and click on Create Test Case. Test Cases
  2. Click on Record. This will open Record test steps overlay. Record
  3. Select the Test Lab, Test Machine, App Source and click on Record. Test Lab, Test Machine, App Source
  4. Wait until the virtual app is loaded.
  5. On Test Recorder, click on the option on the left side of the test step and choose While Loop. This will add a while condition in your test step. While Loop
  6. Hover over the test step and click on Step Inside Loop to add sub-steps under the While Loop. Add Step Inside
  7. Record all the steps and click on Stop Recording to quit the session. Stop Recording

Here's a quick GIF demonstrating adding While Loop in test cases using the recorder. GIF Mobile Apps


Additional actions possible on iteration count

  1. Store: Iteration count is the current count that is being iterated in a while loop in Testsigma. This Iteration Count can be stored into a variable for later use as well. Below is how the syntax for the Store NLP looks like:

Store-iteration-count-test-data-set-name

  1. if: The test data set values, from a test data profile being iterated, can be compared within an if condition too. Below screenshot shows the NLP (The NLP can be added as a part of add-on String Compare. You can find the add-ons to use here: https://testsigma.com/addons):

The verify if NLP that is available with the addon String Compare