Kurzbeschreibung
One of the great new tools integrated with Visual Studio Team System is the new code coverage tool. This tool can tell you what percent of your code is actually being exercised by your various test runs. One of the great things about this tool in Visual Studio team system is how well it is integrated with the IDE and with the unit testing framework. This TechNote will show you how to add code coverage collection onto a unit test run.