In this Gatling tutorial, we show how to send post requests which contain random data in the StringBody(). In most performance testing scenarios, you want to randomize the data that is sent as post request to simulate different sessions. For this, we can make use of feeders which read data from CSV files or plain text.
Read More