Load Test
Last updated
Was this helpful?
Last updated
Was this helpful?
Many things can go wrong when a system is under load. The system must run numerous operations simultaneously and respond to different requests from a variable number of users. To prepare for these performance risks, teams use load testing.
validate that your script works and that the system performs adequately under minimal load.
assess how your system performs under expected normal conditions.
assess how a system performs at its limits when load exceeds the expected average.
assess the reliability and performance of your system over extended periods.
validate the behavior and survival of your system in cases of sudden, short, and massive increases in activity.
gradually increase load to identify the capacity limits of the system.