Glossary

Load Testing

Load testing verifies how a system behaves under expected and peak load. It answers: how many concurrent users can the server handle? Where does performance degrade?

Types

Tools

Metrics

RPS (requests per second), latency percentiles (p50, p95, p99), error rate, throughput. Test in an environment as close to production as possible.