lundi 22 février 2021

Data verification between different application reports

We have an old legacy application that is being rewritten in an entirely new stack. All data will be migrated over. The legacy application has a large number of reports written in some mix of Oracle PL/SQL procedures/functions.

The new application will be in SQL Server with queries called from C#.

We have a number of client-verified reports with specific parameters that we will use for verification purposes. The data from the old system can be saved as .CSV files.

We want to ensure that the new reporting queries return the correct set of results. What is the best way to approach this in an automated test manner?

Aucun commentaire:

Enregistrer un commentaire