Advanced Response Validation
Response Validation validates that the application is working correctly and is returning the correct values during load
Response Validation verifies two main issues:
- Application flow – is the flow correct? are there errors that crash the application or “silent errors” that allow the application to continue running incorrectly?
- Values return – values may return, but are they correct? For example, is the banking information sent to the correct user?
The load test might indicate good performance results, but results will be misleading without proper validation of returned values.
Execution without Response validation
Error in response not found
Execution with Response validation
Error in response found