thread group
+while controller
++Request ${url}
++CSV Data set
Will cause a new value to be read. what is not working? Various options on
the CSV data set control whether the row is shared across threads , what to
do when all rows are read etc.
regards
deepakOn Fri, Dec 4, 2009 at 6:03 AM, Harry_ <[email protected]> wrote: > > Hi, > > I want to use loop for iterating over a set of request in a loop. How can > we > achieve this. > > In a loop the same request is picked for all the loop cycles. Is there any > way of doing it. (Like forcing CSV file to read next value.) > > This is required because I want to login to server once and then read the > requests from csv in a loop for that user using that session and then > logout. Any idea how to do this. > > Thanks and Regards > -- > View this message in context: > http://old.nabble.com/How-to-use-different-values-from-CSV-file-in-a-loop-tp26635893p26635893.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

