Hi
you can use the options of the CSV Data Set Config with a thread group of 1
thread.
If N is > then the number of rows in the CSV then set recycle to true and
specify N as the loop count
If N is < then the number of rows in the CSV then specify N as the loop
count
If N = number of rows in the CSV , then set recycle as false and stop thread
on EOF as true and set the thread group to loop forever

If you want to run other tests in the same thread group , then you can use a
while controller and check for any variable that you are reading from the
CSV to not be <EOF>
Thread Group 1 thread, Loop 1
   While Controller "${var1}" != "<EOF>"
      Issue Request
      CSV Data Set config var1,var2 recycle on EOF = false stop thread on
EOF = false
   Rest of test..

regards
deepak



On Wed, Aug 12, 2009 at 2:37 PM, Rinaldo DiGiorgio <
[email protected]> wrote:

> Hello,
>
>    I am probably missing something very obvious. I want to run N requests
> serially  in a loop with the CSV Data Set Config.  I have it working with
> a Thread Group.
>
>        Get a value from csv
>         Issue a request
>         Look at results
>         Start again
>
>    Has anyone done this?
>
> Rinaldo
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to