Wednesday, April 8, 2009

Generating testrecords for your unittests

If you are using Visual Studio Database Edition you are able to have VS generate testdata for you. Just what we need to have repeatable testresults.

But how does one execute these so called 'Data Generation Plans' from (unittest)code and from your build server?

You can find the answer here:

http://drowningintechnicaldebt.com/blogs/thomaswaldron/archive/2008/01/08/kick-off-a-data-generation-plan-programmtically.aspx


Happy testing!

No comments: