Add delay between API requests in Postman collection
Preconditions (2)
Step 1: Open the Postman collection with multiple requests
Step 2: Select the first request in the collection
Step 3: Go to the Tests tab of the first request
Step 4: Add a script to pause execution for 3 seconds before the next request runs
Step 5: Save the script
Step 6: Run the collection using the Collection Runner
Step 7: Observe that there is a 3-second delay between the first and second request
✅ Expected Result: The collection runner pauses for 3 seconds between the first and second requests, delaying the next request execution as scripted.