About Gatling's Script Features
Learn about Gatling's script features.
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
, ...