Uienifer
14 years agoNew Contributor
Comparing database values and values from response
Hi,
I have the database that contains list of products. I have web-service that returns list of products found in database using some criterias.
I need to check that in response I have all products that correspond to these criterias.
I created two datasourses - response(xml) datasourse and jdbc datasourse(this datasourse contains all products that should be returned). So now I should compare them and make sure that rows in these datasourses contain identical values.
This is the place I stuck. How to compare these datasourses row by row?
Any suggestions?
I use SOAP UI Pro 4.5 and groovy.
Thanks a lot!
I have the database that contains list of products. I have web-service that returns list of products found in database using some criterias.
I need to check that in response I have all products that correspond to these criterias.
I created two datasourses - response(xml) datasourse and jdbc datasourse(this datasourse contains all products that should be returned). So now I should compare them and make sure that rows in these datasourses contain identical values.
This is the place I stuck. How to compare these datasourses row by row?
Any suggestions?
I use SOAP UI Pro 4.5 and groovy.
Thanks a lot!