Forum Discussion
nmrao
10 years agoCommunity Hero
Basically you need to bring the data in manner so that it can be easy to compare both.
1. either by transforming data to common xml for jdbc and rest response
2. use of class / model and create object list
1. either by transforming data to common xml for jdbc and rest response
2. use of class / model and create object list
kbourdel
10 years agoOccasional Contributor
I've manage to put the API response into an XML Datasource, and the database portion into a JDBC Datasource.
At this point, how do you compare two Datasources against each other?
By the way, I'm using Ready API 1.5 PRO
- nmrao10 years agoCommunity HeroThere are could lot of tools available in the internet.
Like XmlUnit etc. or you could also write your own as per the needs.
You may check this one and see if it is helpful
https://gist.github.com/karlin/789830