I just did a quick test to run jmeter using Ant. I see an html report that shows success rate based on HTTP status codes:
Is it possible to do anything so that say, requests that take more than 1 second are considered as failures too?
So in short I want the report to show failure when the HTTP code is not 2XX and also when response time greater than say 1 sec
Thanks!