Example 1 - Stress Test Simulation
Explore how to create a stress test simulation in Gatling by building global HTTP configurations, defining user request scenarios, and setting injection profiles. Understand how to verify system reliability under prolonged load using assertions and test parameters.
We'll cover the following...
We'll cover the following...
What is stress testing?
Stress testing is also known as endurance testing. It verifies the system’s error handling capability and its reliability under extreme conditions or load for a prolonged duration.
We have already discussed stress testing and how it differs from load testing in the Load and Stress Testing lesson.
Sample simulation
In the following example, we will send ...