Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
65 views

I have the following code to check if my response body contains a specific value. I use Gatling with Java. I have modified the returns in ocspStatusCheck so it returns with a failure in each case, to ...
Zorka Csendes's user avatar
-1 votes
1 answer
205 views

Hello I have a websocket server for a text game. The server works, I'm using it with a JS client and have also used it with Postman. At the moment I'm trying to perform a load test using Gatling ...
Nick M's user avatar
  • 57
-1 votes
1 answer
53 views

CSV file: requestParam string string2 string3 I keep trying to get a value from an array of records like this: ScenarioBuilder scn = scenario("Batch Processing Example") .repeat(1).on( ...
Peter S.'s user avatar
  • 642
0 votes
2 answers
469 views

I have this Java Gatling simulation: package com.mycompany.performancetests; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com....
Francislainy Campos's user avatar