You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by prasanna bhat <pr...@gmail.com> on 2010/04/18 12:45:36 UTC

Serial/Non-parallel execution of thread groups

Hi,

I have a use case where in a set of users have to fill in a form and wait
for all other users to complete filling the form then all the users will
have to submit the form at once.

So i plan to have a the action of user filling the form in one thread group
and another thread group for performing the submit action. But the problem
is the second thread group has to run only after the first thread group
execution is completed.

How can i simulate this in Jmeter?

Thanks,
Prasanna

Re: Serial/Non-parallel execution of thread groups

Posted by prasanna bhat <pr...@gmail.com>.
Hi Noel,

Thanks a lot!! It worked for me..

Regards,
Prasanna

On Mon, Apr 19, 2010 at 2:02 PM, Noel O'Brien <no...@newbay.com> wrote:

> Hi,
>
> This will probably do what you need :
>
> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Synchronizing_Timer
>
> Regards,
> Noel
>
> ----- "prasanna bhat" <pr...@gmail.com> wrote:
> > Hi,
> >
> > I have a use case where in a set of users have to fill in a form and wait
> > for all other users to complete filling the form then all the users will
> > have to submit the form at once.
> >
> > So i plan to have a the action of user filling the form in one thread
> group
> > and another thread group for performing the submit action. But the
> problem
> > is the second thread group has to run only after the first thread group
> > execution is completed.
> >
> > How can i simulate this in Jmeter?
> >
> > Thanks,
> > Prasanna
> >
>

Re: Serial/Non-parallel execution of thread groups

Posted by Noel O'Brien <no...@newbay.com>.
Hi, 

This will probably do what you need : 
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Synchronizing_Timer 

Regards, 
Noel 

----- "prasanna bhat" <pr...@gmail.com> wrote: 
> Hi, 
> 
> I have a use case where in a set of users have to fill in a form and wait 
> for all other users to complete filling the form then all the users will 
> have to submit the form at once. 
> 
> So i plan to have a the action of user filling the form in one thread group 
> and another thread group for performing the submit action. But the problem 
> is the second thread group has to run only after the first thread group 
> execution is completed. 
> 
> How can i simulate this in Jmeter? 
> 
> Thanks, 
> Prasanna 
>