Ignoring errors in JMeter

Yurii Soldak picture Yurii Soldak · Jun 7, 2011 · Viewed 10.4k times · Source

I want JMeter ignore an error. That request error is expected and is part of our session initiation protocol. Can't find a way to hide that error from be displayed on stats etc.

In other words: One of my SOAP samplers return an error (401, authentication thing) and that is expected. That is request error, yes, but not an error to report really.

Is that possible in JMeter to hide such errors somehow and/or exclude them from the test result?

Answer

Adagios picture Adagios · Sep 15, 2011

You can also add a Response Assertion bellow the request and check the "Ignore Status" flag.