Gatling Simulation from Scratch – Load Injection Pattern (Part 4 of 4)

The definition of the injection profile of users is done with the inject method. This method takes as argument a sequence of injection steps that will be processed sequentially. A simulation can contain only one setUp [/code] method, the setUp method can have multiple inject profiles in it.The definition of the injection profile of users is done with the inject method. This method takes as argument a sequence of injection steps that will be processed sequentially. A simulation can contain only one setUp [/code] method, the setUp method can have multiple inject profiles in it

Gatling Simulation from Scratch – Define Scenario (Part 3 of 4)

Define scenario A scenario can be defined as a Scala variable or Scala function. The following scenario is defined as a Scala function which takes a step, pacing, and duration as arguments.

Gatling Simulation from Scratch – Feeders and HTTP Requests (Part 2 of 4)

If you arrived at this page directly, please go through this post first. It explains some basics, how to define HTTP protocol configurations and headers which will be used while building the test scenario along with the feeders and HTTP requests described in this post. Step 3: Define Feeders Feeders resemble parameter files in Loadrunner … Continue reading Gatling Simulation from Scratch – Feeders and HTTP Requests (Part 2 of 4)

Load Testing Using Gatling – Gatling Simulation from Scratch (Part 1 of 4)

I had an opportunity to use Gatling for load testing in one of my recent projects. My learning curve for this tool was very steep and I found it very elegant, highly capable and easy to use. So thought I'll share my learnings with everyone. Gatling is an open-source load testing framework based on Scala, … Continue reading Load Testing Using Gatling – Gatling Simulation from Scratch (Part 1 of 4)