Stop JMeter test execution only after n assertion errors -


problem

i modelling stress tests in jmeter 2.13. idea of stop test after response time cap reached, test duration assertion node.

i not want, however, stop test execution after first such fail - single event in otherwise stable situation. execution fail after n such assertion errors, can relatively sure system got stressed , average response should around defined cap, want stop whole thing.

what tried

i using stepping thread group jmeter plugins. there use checkbox stop test after error, on first occasion. found no other node in documentation model it, i'm guessing there's workaround i'm not seeing right now.

close not you're asking for: auto-stop jmeter plugin. see documentation here. can configure stop test if there n% failures in amount of time.

if want specific number of errors, can use test-action sampler, combined if-controller - if (errorcount = n) test-action stop test

enter image description here


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -