I am trying to design a test framework using karate. I am facing a challenge there. Any help or pointers will be much appreciated .
Its a applications where extensive calculations are involved with complex mathematical rules. Some of the static parameters are fetched from database(MS SQL Server). Values for these parameters are expected to change every quarter of every 6 months.
How shall I construct my expected result set to be put in feature files so that I won't able to change it manually every time the value in database changes?
Best Regards,
Abhi