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

Reply via email to