The steps to enable code coverage in Visual Studio 2010 are
1. Open the testsettings as displayed below
2. Enable code coverage as displayed below
3. Double click the Code Coverage row. Select the artifacts to instrument. Specify the strong name key file path if artifacts are signed.
4. Run unit tests. Open the code coverage results as displayed below
Nice post.
ReplyDelete