Loop Count is used when you need to repeat the same action a specific number of times. This option is helpful for tests where the number of repetitions is fixed and doesn’t depend on external data. It’s a simple and effective way to perform repetitive tasks, such as verifying consistent behavior or testing scenarios multiple times to ensure reliability.
Note: The Loop Count number should be greater than or equal to 0.
Once added, the steps inside the loop will repeat and execute as many times as specified in the loop count.