gatling Questions

2

I want to call value of 'myActionID' variable. How do I do that? If i pass static value like "actionId":1368201 to myActionID then it works, but If I use "actionId" : ${actionId...
Raama asked 16/5, 2016 at 12:10

1

I need to make a request in Gatling, in which I'm able to access session items (without the expression language). I need to do this, because I want to inject data into a ByteArrayBody request from ...
Basswood asked 29/4, 2019 at 16:40

4

Solved

I would think this is probably easy to do, but I really don't know Scala at all. I have a scenario where a first time user will log in and see a page, then if they log in again they won't see this...
Hooknosed asked 19/3, 2015 at 10:11

1

Solved

It is not clear to me how I can control a closed workload model in Gatling. If I use constantConcurrentUsers, like this: myScenario.inject( constantConcurrentUsers(40) during (2 minutes) ) I t...
Superintendency asked 2/1, 2020 at 13:48

2

Solved

How can we print the values captured using saveAs("myValue") on the console of gatling, like we do System.out.println() in Java?
Bedfellow asked 12/5, 2016 at 0:43

6

I'm new to Gatling and I'm trying to use ./gatling.sh to open a simulation script but I'm getting the following error: There is no simulation script. Please check that your scripts are in user-...
Stillas asked 15/2, 2018 at 12:33

3

Solved

What ist the best practice for parallel execution of multiple scenarios? For example 30% Users execute scenario1 and 70% users scenario2. Is the code below the right way or is it better to have on...
Riorsson asked 5/12, 2016 at 8:48

2

Solved

has anyone tried to fail the running Jenkins Job when Gatling asserts are not met or if the requests fail? For instance: mark a Jenkins build as unstable when the Global mean value for the 95th...
Allen asked 5/9, 2016 at 8:53

3

Solved

I could not find any documentation other than four longs being the bytes received at the start and end regarding simulation.log file in Gatling output. Below is sample line from the log: My scenar...
Heiney asked 8/7, 2014 at 2:15

3

Solved

I'm new to Gatling. I could not find a simple complete example of how to see the full HTTP response body. This is my simple example class CreateNotecard extends Simulation { val baseURL = "http...
Jacquline asked 27/10, 2017 at 0:7

1

I find Gatling documentation a bit unclear about a specific function: rampUsersPerSec. Injects a random number of users per second over a given duration (rate1) to (rate2) during(dur unit) I...
Brauer asked 8/8, 2018 at 6:4

3

Solved

I need to load test an API that requires an OAuth2.0 token via Gatling (of which I'm a complete novice!) but would like each virtual user to use the same token. I'm retrieving the token ok (I think...
Rode asked 4/4, 2019 at 17:24

4

I want to use gatling for load testing integrating it with jenkins. Can anyone supply me the step by step methods for doing that. I have a very little knowledge of using maven and sbt.
Demerit asked 1/8, 2016 at 9:15

1

Solved

I am checking a scala code for gatling where they inject transactions for the period of 20 seconds. /*TPS = Transaction Per Second */ val minTps = Integer.parseInt(System.getProperty("minTps", "...
Furze asked 14/6, 2019 at 8:45

2

how can we keep fixed number of active concurrent users/requests at time for a scenario. I have an unique testing problem where I am required to do the performance testing of services with fixed n...
Backlash asked 27/4, 2019 at 21:43

1

Solved

I've written the following Gatling scenario below. I'm getting the following error Value baseURL is not a member of io.gatling.http.protocol.HttpProtocolBuilder I tried directly importing the io....
Guessrope asked 19/3, 2019 at 19:39

1

I am using maven to run my Gatling (Scala) performance test. It gives me request timeout issue when I increase user from 100 to 150. If I set the number of user to 300, then I get following error...
Gallium asked 9/12, 2017 at 16:0

2

I'm trying to get gatling to create random data per POST request. I've followed a few posts on stackoverflow and other places. I came up with this scenario - def randomUuid = UUID.randomUUID().toS...
Adis asked 17/12, 2018 at 18:25

2

Solved

I am trying to load test a web service using Gatling. this is my build.sbt import io.gatling.sbt.GatlingPlugin val gatlingVersion = "2.2.4" val dependencies = Seq( "io.gatling" % "gatling-core"...
Stereotype asked 5/4, 2017 at 16:15

3

I have created a maven project that will generate a jar file with all my simulations in it and when I run it, the console log level is too high. There is too much unusefull informations for me. Is...
Iodic asked 26/4, 2018 at 8:37

1

I'm learning to use Gatling to test scenario I've been doing with guide from documentation here http://gatling.io/docs/2.1.7/http/recorder.html Because my to-be-tested scenario includes logging i...
Yenta asked 11/4, 2016 at 9:56

2

I am using denvazh/gatling container and everything works well except one thing i try to pass list of simulations like this: Attaching to gatling gatling_1 | GATLING_HOME is set to /opt/gatling ga...
Closefitting asked 20/9, 2016 at 14:3

2

Solved

I am currently making a POC with Taurus tool. In our company we use both JMeter and Gatling for now. I was able to obtain in my tests the Gatling report without any complex configuration but it w...
Roundfaced asked 21/8, 2018 at 20:8

1

Solved

How can timeout be increased so that till response is processed, request does not timeout? Tomcat settings in Spring Boot: server.tomcat.max-connections=2000 server.tomcat.max-threads=200 server....
Glossography asked 24/6, 2018 at 4:15

2

I am facing this problem, when executing gatling batch file using command prompt. GATLING_HOME is set to "G:\gatling-charts-highcharts-bundle-2.1.4" There is no simulation script. Please check tha...
Unite asked 9/2, 2015 at 9:51

© 2022 - 2024 — McMap. All rights reserved.