Perform a basic load test on a REST API endpoint using Postman
Preconditions (3)
Step 1: Open Postman and create a new collection named 'Load Test Collection'
Step 2: Add a new GET request to the collection with the URL https://api.example.com/data
Step 3: Save the request
Step 4: Open the Postman Collection Runner
Step 5: Select the 'Load Test Collection'
Step 6: Set the number of iterations to 50
Step 7: Set the delay between requests to 0 ms
Step 8: Start the run
Step 9: Observe the results summary after completion
✅ Expected Result: All 50 requests complete successfully with status code 200, and the average response time is within acceptable limits (e.g., less than 500 ms)