Forum Discussion

JVisconti's avatar
JVisconti
Regular Visitor
5 years ago
Solved

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...
  • HimanshuTayal's avatar
    5 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.