I have a csv file with a number of rows, and each row has this format:
name,surname,fathername,email,password,phone,longitude,latitude,address,postcode
I would like to create a Jmeter data driven test which should use the variables from this rows. I have no problem with it, but I would like to improve it and I want Jmeter to make his own test data from this file. So it should for each request take not a random row but every variable. Do you know the easiest way to do it using 1 csv file? Thanks.