Forum Discussion

jjaspe's avatar
jjaspe
New Contributor
8 years ago

JsonPath RegEx Match

I'm trying to assert that an JSON HttpResponse has the following string in it : "TotalNumberOfResults": 1 but the one could be any number except 0. I tried using JsonPath RegEx Match but when I ty...