I'm trying to share variables between two CSV Data Set Configs in jmeter but unfortunately all config elements are loading in the same time so it's not able to read freshly imported variables from CSV files.
- I want to import CSV files with login,password,thirdVariable CSV Data Set Config Test Plan Image
- I want to pass third variable as a part of the file path to the next Csv Data Set Config Second CSV Data Set Config with variable from first one
Actual result: java.lang.IllegalArgumentException: Could not read file header line for file C:/.../Csv_files/Something/${department}/Get_Something.csv
I need to run the same test for different users with login, password and third variable.
${__CSVRead(UsersLogin/Users.csv,n)} can import only one variable.
Is there any possibility to pass variables between CSV Data Set Configs even if they are created in the same time? Or there is any other solution?
