Upper-Intermediate Testing & QA #load-testing #performance #latency #throughput

Performance Testing Vocabulary

5 exercises — practise distinguishing load, stress, spike, and soak tests; interpreting P99 latency; and writing measurable performance acceptance criteria.

0 / 5 completed
Quick reference: Performance metrics
  • Throughput — requests successfully processed per second (RPS/TPS); measures capacity
  • Latency / Response time — elapsed time from request sent to response received
  • P95 / P99 — 95% / 99% of requests complete within this threshold; captures worst-case experience
  • Error rate — percentage of requests returning 4xx/5xx or timing out
  • Spike / Load / Stress / Soak — four distinct test types; each tests a different failure mode
1 / 5

A QA team wants to simulate a flash-sale scenario where API traffic increases from near-zero to 10,000 requests per second within 30 seconds. Which performance test type describes this scenario?