RE: increment in While Controller

2006-02-24 Thread Aliaksandr Yermakovich
PROTECTED] Subject: RE: increment in While Controller Hello everyone... I am looking for a sample Code where I can increment a variable inside a while loop. I tried using a counter inside a while loop, looks like its not working Can somebody help me on this... Thanks Ven

RE: increment in While Controller

2006-02-24 Thread Aliaksandr Yermakovich
Hi, I've put a new enhancement #38778. Best regards, Alex Y. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 6:38 PM To: JMeter Users List Subject: Re: increment in While Controller Thanks. If you want to provide this as an enhanc

RE: increment in While Controller

2006-02-23 Thread Ganti, Venkata
: Friday, February 17, 2006 7:52 AM To: JMeter Users List Subject: Re: increment in While Controller On 2/17/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]> wrote: It doesn't work, because Counter gets updated each Thread iteration, not each While loop. You need to add the C

Re: increment in While Controller

2006-02-17 Thread sebb
gt; -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Friday, February 17, 2006 1:10 PM > To: JMeter Users List > Subject: Re: increment in While Controller > > So how do you know when to stop? > > S. > On 17/02/06, Aliaksandr Yermakovich <[EMAIL

RE: increment in While Controller

2006-02-17 Thread Lincoln, Adym
re project is going in the wrong direction. ... -Original Message- From: Aliaksandr Yermakovich [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 10:48 AM To: JMeter Users List Subject: RE: increment in While Controller I've found a solution. I downloaded source an

Re: increment in While Controller

2006-02-17 Thread Richard Gaywood
On 2/17/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]> wrote: It doesn't work, because Counter gets updated each Thread iteration, noteach While loop.You need to add the Counter as a child of the While Controller. See attached sample JMX file. -

RE: increment in While Controller

2006-02-17 Thread Aliaksandr Yermakovich
JMeter Users List Subject: Re: increment in While Controller So how do you know when to stop? S. On 17/02/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]> wrote: > > I cannot use Loop controller, because I don't know how many steps will be. > > Best regards, > Alex Y. >

RE: increment in While Controller

2006-02-17 Thread Aliaksandr Yermakovich
o: JMeter Users List Subject: Re: increment in While Controller So how do you know when to stop? S. On 17/02/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]> wrote: > > I cannot use Loop controller, because I don't know how many steps will be. > > Best regards, > Alex Y.

RE: increment in While Controller

2006-02-17 Thread Lincoln, Adym
n the wrong direction. ... -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 6:10 AM To: JMeter Users List Subject: Re: increment in While Controller So how do you know when to stop? S. On 17/02/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]>

Re: increment in While Controller

2006-02-17 Thread sebb
MAIL PROTECTED] > Sent: Thursday, February 16, 2006 6:45 PM > To: JMeter Users List > Subject: Re: increment in While Controller > > On 16/02/06, Richard Gaywood <[EMAIL PROTECTED]> wrote: > > On 2/16/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]> > wrote: > > >

RE: increment in While Controller

2006-02-17 Thread Aliaksandr Yermakovich
It doesn't work, because Counter gets updated each Thread iteration, not each While loop. Best regards, Alex Y. -Original Message- From: Richard Gaywood [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 6:03 PM To: JMeter Users List Subject: Re: increment in While Contr

RE: increment in While Controller

2006-02-17 Thread Aliaksandr Yermakovich
I cannot use Loop controller, because I don't know how many steps will be. Best regards, Alex Y. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 6:45 PM To: JMeter Users List Subject: Re: increment in While Controller On 16/02/06, Ri

Re: increment in While Controller

2006-02-16 Thread sebb
On 16/02/06, Richard Gaywood <[EMAIL PROTECTED]> wrote: > On 2/16/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]> wrote: > > > > Could somebody tell me, how too create and use a variable and increase it > > each > > loop in While Controller? Like: > > > > while ( foo=="true") BTW, this is not a val

Re: increment in While Controller

2006-02-16 Thread Richard Gaywood
On 2/16/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]> wrote: > > Could somebody tell me, how too create and use a variable and increase it > each > loop in While Controller? Like: > > while ( foo=="true") > i++; > ); Look at the Counter pre-processor. Try adding it to a While loop.