资 源 简 介
NDataUnit is a tool for automating unit testing of data. It could be used to test data loads (ETL) of data warehouses.
You might like to load a star schema with known test data, run the tests against expected values then run your ETL process using another set of pre-made test data and then re-run the same tests against the known valus for post ETL load.
This tool was inspired by TSQLUnit. It has been changed so that it is application driven (.NET) instead of stored procedure driven.
If you are just getting started with NDataUnit, see the Getting_Started Wiki page.