Helping me understand session api Gatling
Advertisements I am new to gatling I am trying to loop on json response, find the country code that I am looking for and take the id coressponding the that coutry code. Sample algorithm: list.foreach( value => { if (value.coutrycode == "PL") then store value.id }) on Gatling: def getOffer() = { exec( http("GET /offer")… Read More Helping me understand session api Gatling