Benchmark API response time for GET /users endpoint
Preconditions (2)
Step 1: Open Postman and create a new GET request to https://api.example.com/users
Step 2: Send the request
Step 3: Record the response time shown in Postman
Step 4: Verify the response status code is 200
Step 5: Verify the response time is less than 500 milliseconds
✅ Expected Result: The GET /users request returns status code 200 and the response time is under 500 milliseconds