Automate looping through multiple API requests in Postman collection runner
Preconditions (3)
Step 1: Open the Postman collection runner
Step 2: Select the collection containing the API request
Step 3: Load a data file (CSV or JSON) with multiple sets of input data
Step 4: Start the collection runner to execute the request for each data row
Step 5: Observe that the request runs once per data row, looping through all inputs
Step 6: Verify the response status code is 200 for each request
Step 7: Verify the response body contains expected data for each input
✅ Expected Result: The collection runner executes the API request once per data row, looping through all inputs. Each response returns status 200 and expected data.