Gatling is an open-source load testing framework based on Scala, Akka and Netty.
I'm trying to use two gatling feeders for producing http post request data : First file contains some fields. One of …
scala gatlingI am new to Gatling (2.1.2) and want to do a small prototype project to show to my colleagues. According to …
java load-testing gatlingI am trying to write a Gatling script where I read a starting number from a CSV file and loop …
gatlingOne of gatling get request is giving multiple string values and I am saving them using saveAs like this: val …
scala vector gatlingThis is a followup to this question. I'm using the same configuration. However, I'm trying to use an internal website …
scala proxy stress-testing gatling webapplicationstresstoolHow can we print the values captured using saveAs("myValue") on the console of gatling, like we do System.out.…
console gatlingIn order to populate a system with data en masse before running performance scripts, our ideal use-case would be to …
scala gatlingI want to configure the base url of my gatling simulation in the configuration file. So that I can easy …
scala maven gatlingI would think this is probably easy to do, but I really don't know Scala at all. I have a …
scala gatlingI've tried different approaches that I've found on Gatling.io, but my problem still persists. There's an API which returns …
performance-testing gatling scala-gatling