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