Forum Discussion
4 Replies
- nmraoCommunity HeroIs this what you looking for?
https://www.soapui.org/functional-testing/validating-messages/validating-json-messages.html- abhaygunaOccasional Contributor
Hi Rao,
Thank you for your resonse. I would like to write an assertion, that should PASS when the request does not reply anything. Means, after Socket time out, my test case should pass.
Actually i am testing a negative scenario, in which, if there is no data in DB, My request returns nothing.
Thank you,
- nmraoCommunity HeroOk, but how would the caller know that there is no value, should n't receive a response saying something like the requested data / information could not be found etc?