I have been using JMeter for a while and only for load tests. I was wondering if I can use it for routine functionality testing.
For example: I have invalid XML and the application returns 400 Bad Request
, which I expect will be returned, so it is fixed, but JMeter resolves it as a failure.
I tried Response Assertions, but that didn't work ...
Is this possible with JMeter?
source share