If you want to use multiple JMeter engines with a different CSV file per JMeter engine, you will need to upload a different file for each JMeter engine and point to an environment variable to differentiate between each file. Each JMeter engine uses a distinct variable TAURUS_SESSIONS_INDEX. The values for this variable start from 1 for the JMeter engines.
In the example above, in case you are using two JMeter engines, you can upload files named file1.csv and file2.csv. In the CSV Filename field you should specify: file${__env(TAURUS_SESSIONS_INDEX)}.csv.
The first JMeter engine will read file1.csv. The second will read file2.csv.
Want to learn more about getting started with JMeter? You'll want to view our on-demand webcast recording, How to Make Performance Testing with JMeter Simple
1 Comments