Last Updated: February 25, 2016
·
1.004K
· dalen

Testing query results with dbUnit

When developing a data-warehouse you need to run tests on int to ensure that the datasets are consistent.

Call it data quality tests or just tests, they are needed if you want to trust your data.

Here is a simple tutorial on how to run test agains your dataset with dbUnit:

http://blog.dalendev.com/2014/11/05/testing-query-results-with-dbunit/