QueryUnit 0.0.0.8 – Trust No One

Posted by Davide Mauri on SQL Blog See other posts from SQL Blog or by Davide Mauri
Published on Tue, 13 Apr 2010 06:22:01 GMT Indexed on 2010/04/13 6:34 UTC
Read the original article Hit count: 191

Filed under:

Yesterday I’ve release an updated version of QueryUnit, the version 0.0.0.8.

QueryUnit now supports AreNotEqual, Greater, and Less assertions and is more capable of managing strings results.

I must say that I cannot live anymore without a proper Unit Testing of a BI solution. Just yesterday happened that one of the unit tests at a customer site failed showing a subtle situation where the release of a new version of custom application would have corrupted the source of BI data with a very low chance that someone would have noticed it before several days. It may happen when you have more the 15 systems that handles the data needed by your BI solution.

The key message of this situation is “Trust No One”: if your data hasn’t passed quality testing it’s not trustable. Period.

QueryUnit is now officialy an hero :) No superpowers still, but useful above all.

http://queryunit.codeplex.com/


© SQL Blog or respective owner