JMeter – How to pick given number of rows from CSV to send in HTTP request body – Apache
My test case is to send a given number of rows in sequence from CSV file to HTTP request body in each request. I tried using CSV Data Set Config but it allowing read only single row for each request.…