0

I tried using "COntains" option in SoapUI but it is not working so I tried Jsonpath ut I can't figure out how to.

Previously when I did XML request, I just use "COntains" and copy the whole response on the assertion. But I cannot find to wor on it on JSON.

1 Answers1

0

It looks like SOAPUI suggests to use JSONPath to validate responses.

To match an entire document you could simply search for the root $ enter image description here

and match it against the entire document (special formatting might throw a wrench here).

wp78de
  • 18,207
  • 7
  • 43
  • 71