'How we can fail the testcase using Toleration threshold and Frustration threshold and how we display that result in summary report in Jmeter dashboard
How we can fail the test case using the Toleration threshold and Frustration threshold and how we display that result in a summary report in the Jmeter dashboard?
Solution 1:[1]
How we can fail the test case using the Toleration threshold and Frustration threshold- as of JMeter 5.4.3 it's not possible to "fail" samplers based on the "thresholds"- Assuming point 1 all the results, even if they exceed the thresholds, will be marked as "passed" given the status code is below 400
If you want JMeter to automatically fail the request if its response time exceeds acceptable threshold - consider adding Duration Assertion and set the maximum response time there, if the response time will be higher - JMeter will mark the relevant Sampler(s) as failed.
More information on JMeter Assertions concept: How to Use JMeter Assertions in Three Easy Steps
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dmitri T |
