Re: Counter within a loop

2010-04-20 Thread abyss
Yes, it is fixed in current nitghtly build (r922204). Thank you. sebb-2-2 wrote: Try the current nightly; if it is not fixed, please file a Buzilla issue. -- View this message in context: http://old.nabble.com/Counter-within-a-loop-tp19095227p28287807.html Sent from the JMeter - User

Re: Counter within a loop

2010-04-10 Thread abyss
This bug still persist in v2.3.4 r785646. sebb-2-2 wrote: It will be fixed in the next release of JMeter. -- View this message in context: http://old.nabble.com/Counter-within-a-loop-tp19095227p28204452.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: Counter within a loop

2010-04-10 Thread sebb
: http://old.nabble.com/Counter-within-a-loop-tp19095227p28204452.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional

Re: Counter within a loop

2009-01-09 Thread Sujesh
}import1 2 ${fname}${cnt}import1 3 ${fname}${cnt}import1 -- View this message in context: http://www.nabble.com/Counter-within-a-loop-tp19095227p21370797.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: Counter within a loop

2009-01-09 Thread sebb
-within-a-loop-tp19095227p21370797.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h

Re: Counter within a loop

2008-09-21 Thread sebb
Message- From: Nadav Samet [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2008 3:24 PM To: jmeter-user@jakarta.apache.org Subject: Counter within a loop Hi there, I am trying to create a loop that each iteration would initiate a request

Re: Counter within a loop

2008-09-18 Thread sebb
PROTECTED] Sent: Thursday, August 21, 2008 3:24 PM To: jmeter-user@jakarta.apache.org Subject: Counter within a loop Hi there, I am trying to create a loop that each iteration would initiate a request. One field in the request (the file to send) varies with each

Re: Counter within a loop

2008-08-28 Thread Nadav Samet
, 2008 3:24 PM To: jmeter-user@jakarta.apache.org Subject: Counter within a loop Hi there, I am trying to create a loop that each iteration would initiate a request. One field in the request (the file to send) varies with each iteration. This is how I set it up: + ThreadGroup

Re: Counter within a loop

2008-08-22 Thread Nadav Samet
, correct? -Original Message- From: Nadav Samet [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2008 3:24 PM To: jmeter-user@jakarta.apache.org Subject: Counter within a loop Hi there, I am trying to create a loop that each iteration would initiate a request. One

Counter within a loop

2008-08-21 Thread Nadav Samet
Hi there, I am trying to create a loop that each iteration would initiate a request. One field in the request (the file to send) varies with each iteration. This is how I set it up: + ThreadGroup ++ Loop controller (Loop Count = 10) +++ Counter (Start=0, increment=1, max=10, reference

RE: Counter within a loop

2008-08-21 Thread Ryan Miling
@jakarta.apache.org Subject: Counter within a loop Hi there, I am trying to create a loop that each iteration would initiate a request. One field in the request (the file to send) varies with each iteration. This is how I set it up: + ThreadGroup ++ Loop controller (Loop Count = 10

A Counter within a Loop controller?

2002-12-12 Thread Scott Eade
need to pass a parameter whose value increases sequentially (this being the _session_access_counter that a turbine application uses to ensure that a page is not reposted). I would have thought that either the Loop Controller would provide its value in a variable or that a Counter within the Loop