I have 5 threads and each having multiple request (nearly 50).
When I start to execute all threads every thread running fine with all requests but only one thread (Thread3) not executing all required requests.
All my requests are executing through some conditional statement (ex: If TC1=TRUE --> execute
).
In Thread 3 all conditions are correctly defined but always running only one request and others are not running, even not throwing any exception/error.
In jmeter log file there is also no exceptions/errors.
All requests (XML) also look to be executed fine.
Is there any way to find why threads are not running in jmeter?