code coverage

There are 1 entries for the tag code coverage

The Reason for the different test settings in Visual Studio 2010

There are different test settings for debugging tests and running code coverage and the like in Visual Studio 2010. When you want to run code coverage you cannot Yesterday I blogged Make sure you edit the same test settings that you use in Visual Studio 2010. I couldn’t figure out why there were two default sets of test settings in Visual Studio 2010; “Local” and “Trace and Test Impact”? Now I know better. After my debacle with the different test settings I promptly deleted the “Trace and Test Impact” settings and kept only the “Local” settings....