About Gatling's Script Features
Understand how Gatling's diverse script features enable detailed control over performance testing. Learn to manage scenarios, verify server responses, implement loops and conditional statements, handle errors, throttle requests, feed data, control user injection, set assertions, and test web sockets for thorough simulations.
We'll cover the following...
Gatling provides various features to programmatically control the simulation and flow of execution. Its features are listed below:
Scenarios
Scenarios represent the user behavior containing multiple action blocks, and each action block has its own course of execution and constructs.
Checks
Checks verify the received response from the server and saves it in the user session for reuse.
Loops
Gatling provides various loops that allow us to run a chain of actions multiple times, such as repeat, ...