How to count failed requests with jmeter
I am running JMeter and I want a count of all the failed requests that either timed out, or, just plain failed. I see that some of the listeners show that there have been failures, but none see to have a field that displays the total number of failed requests versus successful requests. Does anyone know how I can easily get this data without having to count each failure by hand? Add timeout to your sampler Add assertions on code and response content Use aggregate report You should have these figures Add the Aggregate report to the thread group.Which gives you total transaction count and the "