This post originated from an RSS feed registered with .NET Buzz
by Sam Gentile.
Original Post: Unit Testing in Visual Studio in Visual Studio 2005
Feed Title: Sam Gentile's Blog
Feed URL: http://samgentile.com/blog/Rss.aspx
Feed Description: .NET and Software Development from an experienced perspective - .NET/CLR, Rotor, Interop, MC+/C++, COM+, ES, Mac OS X, Extreme Programming and More!
Unit Testing support should be included with all versions of Visual Studio 2005 and not just with Team System.
Unit Testing is part and parcel of writing code. You can't separate one from the other. Unit Testing should never be viewed as a separate thing done “later“. Agreed.