Re: user parameters question

2004-09-13 Thread sebb
Did you remember to include a next() column? S. On Fri, 10 Sep 2004 17:44:08 -0400, Michael Stover [EMAIL PROTECTED] wrote: Sounds like it might be a bug - you might want to create a bug report and attach a sample test plan that demonstrates the error. -Mike On Fri, 2004-09-10 at

Re: user parameters question

2004-09-13 Thread JEsterh
Did you remember to include a next() column? This seems to work, but only if the number of threads == 1. Jonathan

Re: user parameters question

2004-09-13 Thread JEsterh
Users List [EMAIL PROTECTED], [EMAIL PROTECTED] cc: (bcc: Jonathan Esterhazy/Systems/Manitoba Blue Cross) Subject:Re: user parameters question Did you remember to include a next() column? S. On Fri, 10 Sep 2004 17:44:08 -0400, Michael Stover [EMAIL PROTECTED] wrote

user parameters question

2004-09-10 Thread JEsterh
I am having problems testing an online registration process with jmeter. I set up User Parameters to read data in from a CSV file. It correctly reads the data from the file, and increments the row for each thread in a thread group. However, when the test loops, it always goes back to the

RE: user parameters question

2004-09-10 Thread JEsterh
Sure did. Tried it unchecked, too. With update checked, each thread in a thread group uses a new value, but the thread group still reverts to the top of the file after it loops. With update unchecked, everything just uses the first value every time. Jonathan

RE: user parameters question

2004-09-10 Thread Chuck Henson
To: JMeter Users List Subject: RE: user parameters question Sure did. Tried it unchecked, too. With update checked, each thread in a thread group uses a new value, but the thread group still reverts to the top of the file after it loops. With update unchecked, everything just uses the first value every