On 04/06/2009, Felix Planjer <[email protected]> wrote: > 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?
I think this is due to the following bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=46901 > regards, Felix > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

