Quantcast
Viewing all articles
Browse latest Browse all 48

Answer by LMeyer for Gatling2: Get response body as byte array

I think you can try something like this :

.check(status.is(200), bodyBytes.saveAs("responseBody"))

This will save the body of the response in the virtual user's session.


Viewing all articles
Browse latest Browse all 48

Trending Articles