Forum Discussion
13 years ago
You may try putting assertion for null using script assertion, and then for Valid Http Status Codes, copy the following to script assertion
assert messageExchange.hasResponse() == false
And then put Valid Http Status Codes assertion
It should work
assert messageExchange.hasResponse() == false
And then put Valid Http Status Codes assertion
It should work
