I am working on a project where we are converted the old system to a brand new system. We are currently converted from the database of the old system to the database of the new system, and a team is working on creating a set of maps and transforms to run at the end of development to convert over the old system.
I would like to implement unit testing, so that we can know that new changes to the maps and transforms, don't break existing work, and we can use a test driven development approach.
Any suggestions or ideas on how to do this? I don't imagine there is a framework for this, but if there is I should would like to know about it.
(Updated)
This is an Oracle database, that is probably useful information.