M

Mike's Software Testing

An excellence website about Software Testing, Test Tools,
Testing Books, Certification, Articles and Tutorials

  • Rated2.7/ 5
  • Updated 5 Years Ago

Gatling - How to Send Post Request in StringBody() With Random Data

Updated 6 Years Ago
By Mike

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