Making JMeter Accept HTTP 404 (or any 4xx) as Success

One of the projects I am currently working on involves re-writing a REST service from one framework to another. I’m in the testing phase, and am trying to make sure the new endpoints behave the same as the old version. One of the tests I am performing is to replay a month’s worth of GET requests from production against this service, and look for differences […]

Making JMeter Accept HTTP 404 (or any 4xx) as Success Continue Reading »