Hi,
I have been using __CSVRead(..) to read the user defined parameters from a data file for JMeter.
My requirements is such that i have more number of records in file than the number of threads and i want to use diff data for each iteration of the
thread.
e.g In my data file i have 1000 records and JMeter has 100 threads running 5 times.
Typically when u read external data file using __CSVRead , it reads first 100 records. In next iteration file pointer is again moved to BOF .
So in eahc iteration threads use the same data.
What my requirement is, in the first iteration first 100 records should be read .
In second iteration the threads should use data from 101 records onwards and so on till all the samples are spawned.
If anyone has pointers on this, pl inform.
Thanks,
Priya