Load Testing Vocabulary
Ramp-up, steady-state, soak test, spike test, stress test — types of load tests and vocabulary for discussing results. Intermediate
0 / 5 completed
1 / 5
A load test configuration shows: "Ramp-up period: 5 minutes, target: 500 virtual users."
What does the ramp-up period in a load test do?
The ramp-up period simulates realistic traffic growth. Without it, 500 virtual users start simultaneously — an artificial spike that doesn't reflect real traffic patterns and can trigger cold-start behaviour that wouldn't occur organically.
| Phase | Description |
|---|---|
| Ramp-up | Gradually increase virtual users from 0 to the target load level |
| Steady-state | Hold at target load — the main measurement period |
| Ramp-down | Gradually reduce load to observe recovery behaviour |
| Think time | Pause between requests per virtual user — simulates real user behaviour |