python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Gatling - Extract Json value from previews request
I'm new in Gatling, and trying to get value from json key.
This check give me labels:
.check(jsonPath("$[1].ppp[1].label").saveAs("label"))
In this request i got all json data lik...
Babou34090
Votes: 0
Answers: 1
How I can run all performance tests from fat jar with Gatling?
I have been trying to execute all my performance tests from my gatling fat-jar created with the assemble plugin, however, when I try to execute my performance tests I got the following error.
Command ...
Antonio Cortés
Votes: 0
Answers: 1
Custom Feeder in Gatling
I want to share some data between 2 simulation and for that I have a designed a custom feeder using queue.
.exec { session =>
val writer1 = new PrintWriter(new FileOutputStream(outputFi...
Perf2017
Votes: 0
Answers: 1
Verification Gatling is sending events on Certain port
I am sending events through gatling using graphite protocol on default port 2003.All the set up is on local ( including influxdb and grafana as well).Now I want to verify in gatling logs that in actua...
Perf2017
Votes: 0
Answers: 1