Reading One row of CSV file to Multiple rows of another csv file using Jmeter.

How to loop one csv file to another csv file in JMeter, first csv file contains all the login data and the another csv file contains the transaction data.
Please help us on this.
Thanks in advance.

Comments

  • __CSVRead() function.
    You will not be able to use CSV Data Set Config as it is a Configuration Element and according to the JMeter Test Elements Execution Order all the configuration elements are being initialised at the very beginning of the test while your requirement is to read data based on user dynamically.
    Check out How to Pick Different CSV Files at JMeter Runtime article for comprehensive information on using __CSVRead() function

Sign In or Register to comment.