This repository contains the code examples and resources for the article "Gatling Load Testing Tutorial", which provides an introduction to Gatling, a popular open-source load testing tool for web applications.
To run the examples in this repository, you will need to have Gradle installed on your system. Once you have Gradle installed, you can clone this repository to your local system:
The repository includes several examples of Gatling load testing scenarios, located in the src/gatling/kotlin directory. To run an example, run the following command:
./gradlew gatlingRun
This will run the Gatling simulation script and generate a report in the build/reports/gatling directory.
If you have suggestions or improvements for the examples in this repository, feel free to submit a pull request. Please include a description of the changes and the rationale for the changes.
For more information on Gatling, see the following resources: