Gatling: Simulation Scripts Parameterization
This blog post is a tutorial for writing Gatling scripts to load test web applications. It follows our first getting started with Gatling simulation scripts article.
The application under test is a fake e-commerce. We are going to create a Virtual User that browses articles in this shop. To create a dynamic load test we will cover several topics:
- Feeders to inject values taken from a static file,
- Regular Expression extractors to extract value(s) from a server response and inject it in subsequent requests,
- Cookies management.