Top "Gatling" questions

Gatling is an open-source load testing framework based on Scala, Akka and Netty.

Gatling - Log body of request in simulation.log or console

I would like to see what is in the body of the post that I am sending in my script. …

scala gatling
Parsing a Json response returned to Gatling

I am trying to parse a json response returned to gatling by the server. My response from server is: SessionAttribute( …

json scala gatling
Modularising scenarios to run in sequence using Gatling

I'm trying to modularise a series of performance tests in Gatling. Several of the tests execute the same initial path …

scala performance-testing gatling
How to debug/run a single gatling simulation in IntelliJ IDEA without sbt command?

How could I debug or run the BasicSimulation.scala? Now I use sbt command to run: testOnly simulations:BasicSimulation Is …

scala intellij-idea gatling
Gatling - Looping through JSON array

I have a block of code which needs to loop through a JSON array which is obtained from response of …

json scala jsonpath gatling
Basic example for adding a value to the Gatling session needed

I want to be able to POST a SOAP request with a configurable value found in my Gatling source. Therefore, …

gatling
Specifying a request body doing a Gatling POST

I'm a fresh newbie to Gatling. I'm trying to send a POST message to an HTTP API using Gatling. I …

performance gatling
How to add random value in Json Body in Gatling?

I need to create a random positive integer each time and send it to Json body in Gatling. I used …

json gatling
Gatling: How to display full HTTP response body in the console or print it into a file

I'm new to Gatling. I could not find a simple complete example of how to see the full HTTP response …

gatling scala-gatling
Parallel execution of multiple scenarios

What ist the best practice for parallel execution of multiple scenarios? For example 30% Users execute scenario1 and 70% users scenario2. Is …

gatling