Now that Microsoft have released Visual Studio Team Suite for Database
Professionals (aka [story:datadude]) its time for SQL Server developers and dbas
to learn more about Unit Testing.
There is many different methods to test a database within the framework set
by Visual Studio. So how do you know which way is best?
Well one of the best books of unit testing I’ve read would be the
Big Book of Testing by James Bullock which should take you all of ten
minutes to read.
Before you get to stuck on how to test your database, read his book and learn
what is worthwhile testing.
Thanks to “The Braidy Tester” for
first pointing this out.