JMeter – Looping 2 CSV files

This article outlines reading 2 CSV files in JMeter. ie, For each row of outer CSV file, we need to read all the rows of inner CSV file. Scenario: I have 2 CSV files. Lets assume I have named them as file1.csv and file2.csv respectively. file1.csv contains & file2.csv contains So what I am trying […]