Introduction
Iteration count tells how many times a test runs in a loop. It helps test many cases without repeating code.
You want to run the same API test with different data sets.
You need to check if a service works well after many repeated calls.
You want to simulate multiple users hitting the API one after another.
You want to test how your system behaves over time with repeated requests.