ilovechiku
9 years agoContributor
Compare response to table values
I have a response(i have multiple such entries copied only one.) like below and I have a table that I need to compare it against. { "Items": [ { "EmployeeId": "1", "CompanyId": "1", "FirstName"...
- 9 years agoLooks like your case is similar except that data is in json instead of xml
http://stackoverflow.com/questions/31472381/dynamically-compare-rest-xml-json-response-and-jdbc-using-groovy-array-in-soapui/35706976#35706976
and some links to process json provided in below thread, see Message 5
http://community.smartbear.com/t5/SoapUI-Open-Source/Extracting-data-from-CData-in-SOAP-Response/m-p/115898#U115898
Hope these links helps.