Measure API response time and throughput
Preconditions (2)
Step 1: Send 50 GET requests to https://api.example.com/data as quickly as possible
Step 2: Record the response time for each request
Step 3: Calculate the average response time
Step 4: Calculate throughput as number of requests completed per second
✅ Expected Result: Average response time is less than 500 milliseconds and throughput is at least 10 requests per second