Forum Discussion

Arunachalam_RM's avatar
Arunachalam_RM
Occasional Contributor
5 years ago
Solved

how to compare multiple database values with api response in single shot without groovy scripting?

i have created one table in my sql. i have created one 1 api json response which is coming from my local machine.

now i need to compare response values with databases values as loop.how to do that ?

I add assertion in the request itself.but its comparing all the json values with the last updated mysql database value.