If this is what you truly want then you put the timer as a child of the the ThreadGroup - it will apply to all samplers Unless you have a specific use case you are trying to test you would not usually do it this way - it is indeed possible (for most examples) that some users are accessing sample 1 when someone else is accessing sample 2 and your test plan is explicitly going against that (you would be less likely to run into race/deadlock scenarios in your current structure)
On Wed, Apr 30, 2014 at 3:34 AM, Ginny Dhawan <[email protected]>wrote: > Hello Everyone , > > > > Could any one advise for the below scenario: > > > > > > Note : I want to execute the sample 1 for all the 20 concurrent users(at > the same time).Similarly, for sample 2 and so on .. So where i have to put > the Synchonize timer(as as an child of each sample or ?????).. in the below > script. > > > > > > > > Test Plan > > Thread Group > > Config element > > sample 1 (execute the same time for concurrent 20 users) > > sample 2 (execute the same time for concurrent 20 users) > > sample 3 (execute the same time for concurrent 20 users) > > sample 4 (execute the same time for concurrent 20 users) > > sample 5 (execute the same time for concurrent 20 users) > > Listeners > > > > > > Thanks in Advance... > > > > > > > DISCLAIMER > > The information transmitted, including any attachments, is intended only > for the person or entity to which it is addressed and may contain > confidential and/or privileged material. Any form of reproduction, > dissemination, copying, disclosure, modification, distribution and / or > publication of this message without the prior written consent of the author > of this e-mail is strictly prohibited. If you receive this email by > mistake, please advise the sender and delete it immediately. Email > transmission cannot be guaranteed to be secure, or error free as > information could be intercepted, corrupted, lost or destroyed as a result > of the transmission process. Views or opinions presented in this email are > solely those of the author and do not necessarily represent those of the > company. Please be aware that the Company monitors email communications > through our networks for regulatory compliance purposes. NIIT Technologies > Limited and its related entities consider the privacy of its clients to be > of utmost importance and works to protect it. The Privacy Policy of the > Company can be accessed from our website “www.niit-tech.com. (s). >
