sarad
5 years agoNew Contributor
Compare results from 2 different db
i am not familiar with readyapi i have 2 different dbs and i want to compare specific records and fields between these 2 dbs , not sure what is the correct way , should i create JDBC request OR ...
- 5 years ago
Hi,
Personally, I would create two JDBC Request Steps. Then I would use a Groovy script step that 'pulls' in the results from the two JDBC Request steps and compares them using an assertion.
As for comparing the whole row or specific fields, I would say that depends on your requirement.