Sounds like a lot of unnecessary work, since cookie managers will keep
session ids by thread separate anyway, and you can usually parameterize
a single test plan well enough to simulate different users doing
different things, and there are random timers that will make delays vary
as much as you like.

-Mike

On Tue, 2004-08-31 at 11:52, Michael Chandler wrote:
> FYI - I set up 5 threads each with a cookie manager, http request
> default, http authorization manager and several http requests for
> different pages. The first http request logged on to our main page. The
> cookie man kept track of the session/thread it was in. I made sure that
> the box, 'Run each Thread Group separately ..', on the 'test plan' was
> not checked. This allows all to kick off at once. It was like having 5
> users login and hit different pages. I put timers of different value in
> between each page within each thread. Took a bit to set up but was very
> well worth it. I can use the same test for any server by changing the
> server and page designations.
> 
> -----Original Message-----
> From: Michael Stover [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 31, 2004 9:55 AM
> To: JMeter Users List
> Subject: Re: Jmeter vary by thread question
> 
> Sounds like you just need different parameters per thread, in which case
> there are several options.  User Parameters, StringFromFile function,
> HTTP User Parameters, ...
> 
> -Mike
> 
> On Tue, 2004-08-31 at 10:54, Benn Salter wrote:
> > Hi,
> > 
> > I am trying to set up a test where I run a thread group ten times at
> once,
> > but I need that group to use a different username/password within each
> > individual thread (so the same user is not logged in 10 times at
> once).
> > Basically, I need something like a controller that chooses a different
> test
> > step with each thread.  Is it possible to do this without copying the
> thread
> > group ten times and changing it manually?
> > 
> > Thanks
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Michael Stover <[EMAIL PROTECTED]>
Apache Software Foundation


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to