Question

The set up for apache-jmeter allows for a URL to be sent to a web-server on multiple threads. I'm interested in first determining if the response codes are 200-500 and then whether the returned content is the expected content. Is this detailed configuration possible?

Was it helpful?

Solution

I believe so from what it states here

OTHER TIPS

Yes it does. You simply need to add two Response Assertions to your HTTP Sampler.

One which checks the Response Code, and a second which checks the response message.

Whether these passed or failed will then be visible in the Summary Report.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top