I have multiple thread groups which are executing in parallel. I need to have a test plan in which if response time crosses 6 sec for any of the sample for any thread group, it should fail the sample, stop it and move on to the next sample.
Any inputs would be highly appreciated!