Load Testing is a type of performance testing. It evaluates how a system behaves under different load conditions. The focus is on understanding system performance during low, typical and peak usage.
Key Features:
- Simulating User Load: Tests the system with varying numbers of users.
- Identifying Bottlenecks: Helps find performance issues before they affect users.
- Measuring Response Times: Assesses how quickly the system responds under load.
- Resource Utilisation: Monitors CPU, memory and network usage during tests.
Load testing is essential for ensuring that applications can scale effectively and maintain performance during high demand.
