If you need to load them all at once, you can do it in While Controller using CSVRead function and reading in each turn one line (there is "next" option for CSVRead function).
WC Counter Java request with CSVRead function If you need one value for one thread - set up number of threads in your thread. This will read new line on each thread execution. Or use WC with CSVRead On Fri, Nov 4, 2011 at 2:00 PM, shankykurella <[email protected]>wrote: > hi everyone > > i have a requirement of picking a number from csv and pass it to an http > request sampler... the csv data could be of an 100 rows... > > i successfully performed picking a single row of data from csv and posting > it to the http request sampler... but how shall i proceed for 100 rows of > data > > i tried adding a for loop and added the http request sampler to that for > loop??? but stuck what shall i give for the variables (input variable > prefix > and output variable prefix under for loop) > > kindly suggest me > regards > shankar k b > > > > > > > > > > > > > > > i have a requirement of picking a number from a csv and pass it to an http > request which is under for loop > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/how-to-pick-data-from-csv-data-into-for-loop-http-request-tp4963885p4963885.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] > >
