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 se

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 2:01

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 runni

RE: how can I loop through csv

2008-11-06 Thread Fitzpatrick, Adrian
Hi, If you want to do this with a single thread, just put a loop controller around your sampler(s) with loop forever selected. Then, in your CSV data set, set "Recycle on EOF?" to "false" and "Stop thread on EOF?" to true. The loop will therefore continue until its gone through your whole file an

how can i loop through csv

2008-11-06 Thread Jose Castro
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 the file -

Re: Unable to playback with the content type in a http request

2008-11-06 Thread sebb
On 06/11/2008, Srinivasulu <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using 2.3.2 version of JMeter. > > In my application, the fields namely "title" and "content" are mandatory. By > giving these 2 fields, I can create an aticle. But now, I am not able to > pass the 'content' for a particula

Re: Log File Error

2008-11-06 Thread sebb
Hopefully before the end of this year. On 06/11/2008, Jose Pablo Sarco <[EMAIL PROTECTED]> wrote: > Thanks.I will check the test plan. > > Exist any ETA about the next version? > > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Miércoles, 05 de Noviembre de 200

RE: Log File Error

2008-11-06 Thread Jose Pablo Sarco
Thanks.I will check the test plan. Exist any ETA about the next version? -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Miércoles, 05 de Noviembre de 2008 06:48 p.m. To: JMeter Users List Subject: Re: Log File Error On 05/11/2008, Jose Pablo Sarco <[EMAIL PROTECTED]>

RE: Log File Error

2008-11-06 Thread Jose Pablo Sarco
# Este documento puede incluir información confidencial y propiedad de Neoris y deberá ser leído solamente por la o las personas a quienes está dirigido. Si usted ha recibido este me

Unable to playback with the content type in a http request

2008-11-06 Thread Srinivasulu
Hi, I am using 2.3.2 version of JMeter. In my application, the fields namely "title" and "content" are mandatory. By giving these 2 fields, I can create an aticle. But now, I am not able to pass the 'content' for a particular 'title'. In this correspondig http request, the content type is recor