Is there a functionality or way to write/execute a test that can compare data returned to a baseline data? If this isn't a possibility is there a way to query a database? I am trying to have automated test check for data changes when we make updates to ensure calculations are correct; the calculations comeback versus html.
If this is not a possibility what would be the best way to set up an automated test where I would be able to verify data returned is within range?
Regards!