Download and Understand the Framework
Download and understand the framework code structure that is written using Gatling.
We'll cover the following
Downloading the framework code
A sample framework written using Gatling can be downloaded here.
You can further extend this framework according to the project-specific requirements.
Project structure
src/main/scala
io.educative.utils.Utilities.scala
– a file containing utility methods, random string generation, etc.
src/test/scala
simulations.SampleSimulation.scala
– a sample simulation file
src/test/resources
logback.xml
– a log configuration file for logback.
Get hands-on with 1400+ tech skills courses.