JVisconti
6 years agoRegular Visitor
SOAP UI Assertions
Hello,
I have a TestSuite set up in SoapUI 5.5.0, and in my Rest Request, I have an assertion to look at the result of an API call. What I'm looking to do, is use either a Contains or Not Conta...
- 6 years ago
Hi JVisconti ,
Don't use contains or Not Contains assertion as it checks the whole response.
You can either use script assertion in which you can define all your validation points and it will check particular node value.