Re: how can i loop through csv

2008-11-06 Thread sebb
On 06/11/2008, Jose Castro [EMAIL PROTECTED] wrote: If I declare a csv data set, how can I loop through the whole file?? What I want is declare csv data set while file not empty { call soap service } or something something like that I just want one instance running through

Re: how can i loop through csv

2008-11-06 Thread Jose Castro
Thanks , that works. Now Aparently the system we are using is such a piece of crap that it needs time between each request. Is there something in jmeter(a sampler or something else) that I can add so that it waits for X amount of second before continuing?? Thank you On Thu, Nov 6, 2008 at

Re: how can i loop through csv

2008-11-06 Thread sebb
On 06/11/2008, Jose Castro [EMAIL PROTECTED] wrote: Thanks , that works. Now Aparently the system we are using is such a piece of crap that it needs time between each request. Is there something in jmeter(a sampler or something else) that I can add so that it waits for X amount of second