QueryUnit
A project that allow the execution of Unit Testing
against a database (Relational or Multidimensional).
It uses NUnit (http://www.nunit.org/) as
unit-testing framework and does not require DBA or BI
Developer to know anything about .NET: just write your SQL
or MDX queries and test them. QueryUnit will take care of
automatically create the assembly that will test your query for
you, using NVelocity (http://nvelocity.codeplex.com/)
to generate .NET classes and the CodeDom engine to compile them at
runtime.
The current relase is only a proof-of-concept (but it works quite well) to explore the idea and see if it can really work...and it works quite well!
Project is hosted on CodePlex:
http://www.codeplex.com/queryunit

