I have a scenario which has 10 transactions and say 50 requests. I have to handle a situation if any request gets fail in any of the transaction controllers, it should go back to say Request-3 and then the subsequent requests.
Below is the screenshot for reference: Here we have 4 transactions,now if transaction-2(Archives) gets fail, it should go back to execute homepage and then again archives and so on. The issue is I can not just give flow control action in one sampler as the case is "If any request gets failed it should go back to homepage".
I tried solution given in Jmeter loop again if at least one request fails but I want to start the loop for same thread.
Please suggest a solution which can be applied in once for all the requests.