I have 2 thread groups containing a series of http requests.
The thread groups are configured to run in parallel by: Run consecutively checkbox under Test Plan being deselected.
Please note that the Run consecutively checkbox under Test Plan is deselected.
The Thread Groups are configured like this:
Thread Group 1: Http Request 1, Http Request 2, Http Request 3
Thread Group 2: Http Request 4, Http Request 5, Http Request 6
Now, when i run the above thread groups parallelly, the requests under each thread group run in sequence even though the Thread groups run in parallel. Now, I want 'Http Request 5' to wait for 'Http Request 3' to commence when the thread groups are running in parallel. How to achieve this?