How to ignore the dynamic value in the JSONPath Expression of SoapUI while only validate against the rest complete payload?

14 views Asked by At

I want to validate the JSON response of all key value pair except the timestamp which is Dynamics. Either I have to write multiple JSONPath Expression assertions or can achieve this in one assertion?

Only want to ignore timestamp value match and rest all should match.

enter image description here

0

There are 0 answers