Hi,
I'm relatively new to jmeter and am trying to do the following:
We have a great number of files with urls to use in testscenarios. The files
are named url_001.csv to url_200.csv
So far I can use 1 file at a time in the loadtest. I would like to get each
thread that is started by jmeter to use the next file.
I can use a counter to set a variable with the number from 0 to 200, but
when I use that variable in the filename field (e.g. url_${NUMBER}.csv) the
variable is not substituded.
Is there a way to get each thread to open the next csv file?
regards, Felix
|