python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to print Gatling JMS request reply
I am new in gatling world and i tried to send messages to TIBCO EMS(Enterprise Message Service) using gatling JMS support. I was able to send the messages but i have no idea how can i print the reques...
DET66
Votes: 0
Answers: 1
Gatling: Executor not accepting task when polling
I have a gatling scenario in which I need to poll a specific endpoint for the duration of the test. However when polling the request it results in an and illegal state exception with the error executo...
christopher harris
Votes: 0
Answers: 1
Getting error in Gatling -> java.lang.ClassNotFoundException: nextgen.SetUpApplyFlowAndLottery
I am trying to upgrade from Gatling 3.5 to 3.7. I think I already did it
My steps to do the upgrade:
1- Changed some values in the pom.xml
2- Ran the command → mvn clean install
I did not get any erro...
aps
Votes: 0
Answers: 0
How to concatenate 2 values in StringBody in Gatling version 3.5.0
I need to concatenate 2 variables in StringBody in a Gatling script. If I type only one value for example:
"code":"${executionRef}",
"name":"${Groups}",
that w...
aps
Votes: 0
Answers: 1