Gkm
9 years agoContributor
how to verify json response with Database SQL Server
I want to verify my JSON response with my Database. I have created a script but getting an error. Here is my JSON Response, Here is my Data Base response, My groovy script with ...
- 9 years agoHere is an example for you for a similar case.
http://stackoverflow.com/questions/31472381/dynamically-compare-rest-xml-json-response-and-jdbc-using-groovy-array-in-soapui/35706976#35706976
You can implement according to your use case.