TheServerSide.NET - Team System and Testing Today

TheServerSide.NET published Part 1 of George Lawton’s article on Team System’s unit testing capabilities. It’s unclear to me if the series is limited to unit testing, or if it will cover all apsects of testing in Team System.

Unit testing has during recent years become a cornerstone practice in writing quality applications. Extreme programming advocates in the Java camp promoted use of unit tests, and their open source tool of choice, JUnit, quickly found .NET fans via a .NET version known as NUnit. When Microsoft rolled out its new Visual Studio Team System, poised as and end-to-end test suite, the company included support for unit testing.

From: VSTS and testing today, Part 1 - Revenge of the unit

929