Hi, As far as i know,even if we use the Random controller with two test scenarios below it,at a particular time,only one scenario randomly picked among the two would be running.There wont be two scenarios running concurrently at the same time.So how would we do that? Please,Correct me if my understanding is not right. Regards, Jas
--- On Tue, 17/8/10, Flik Shen <[email protected]> wrote: From: Flik Shen <[email protected]> Subject: RE: Testing Two scenarios simultaneously To: "JMeter Users List" <[email protected]> Date: Tuesday, 17 August, 2010, 3:12 AM Hi, I think two thread group might not be necessary and alternative solution is the Random Controller. To build two samplers, one for login to do function 1 and another for login to do function 2, under a Random Controller. Then ramp-up 200 users thread group to do testing. Best regards, Flik -----Original Message----- From: Felix Frank [mailto:[email protected]] Sent: 2010年8月16日 18:44 To: JMeter Users List Subject: Re: Testing Two scenarios simultaneously You can configure the Thread Groups to run simultaneously (which is the default) or delay the startup of one or both groups using the Scheduler. Cheers, Felix On 08/16/10 12:38, ankitR wrote: > > Hi, > > I want to test a scenario in which 100 concurrent users login to do some > function and another 100 users login and do someother thing at the same > time. Is there any method in which this can be done? Will having two > threadgroups in the same testplan help, i.e, if i run the test plans will > both the thread groups be started simultaneously ? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

