I would like to make a simple condition
Test plan -> thread group ->
Http Request 1
Http Request 2
If request 2 failed start next thread (from request 1 )
Http Request 3
Http Request 4……
How could I do that ?
If request 3 failed I don’t care so for other request so I can’t define any error start new thread at thread group.
Thanks