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

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)