I a have a design question about the way Gatling is sending the next request.
I have a scenario that is using the default Gatling checking, that is based on the value of the HTTP status code.
But my application under test always returns 200 in case of application errors so I have to add an extra check based on the xpath extractor as my response is XML.
But as I’m very focused on throughput, as It will add non negligeable processus on the Gatling side, I’m wondering is the next request is send after this processing has been done or immediately after the current request has been received and before the check is performed.