Forum Discussion
nmrao
11 years agoCommunity Hero
Do you mean the data input to REST request and JDBC response should be same?
In that case, you can use groovy script to fetch the data from both steps and do the assert for each data that has to be verified.
In that case, you can use groovy script to fetch the data from both steps and do the assert for each data that has to be verified.
- ravichandra11 years agoOccasional Contributor
could you please explain with a sample script. I want to implement automation for multiple services.
Thanks,
Ravi
- nmrao11 years agoCommunity HeroLook at the below links, probably to get you started
http://www.robert-nemet.com/2012/08/json-asserting-in-soapui.html
http://www.soapui.org/jdbc/testing-jdbc-databases.html- ravichandra11 years agoOccasional Contributor
I am aware of using JDBC and Rest services in soap ui.
My problem is how can I compare REST output which is a bunch of records with JDBC request output in SOAPUI/READY API.
let mw know if you have any accurate solution.
Thanks,
Ravi