Re: Remote testing and user parameters

2003-08-26 Thread mstover1
I've found the following idiom useful: ${__CSVRead(data_file.txt,${__Random(1,500,)})} This way, the data that's picked from the file is random, and if it's a large enough file, that might solve your problem. Another way to do it would be to break the data file into a number of pieces equal to

RE: Remote testing and user parameters

2003-08-26 Thread Sandeep Rao
One way to do this would be to use loop controller to run for _random() times and increment _csvread. Once the loop has run thru, your _csvread would be at the random point and you can start your test case from there. Since _csvread cannot be done by itself, I put it in a HTTP (do nothing) sampler