Visual Studio 2010 Code Coverage

I want to enable code coverage for some unit test in my solution. After adding the test

and double-clicking the Local.testsettings file, I could not see the data and

Diagnostics "and" Roles "in the window.

I am using the professional version of Visual Studio 2010.

Can someone provide me with a thread on how to configure code coverage and how to see the above options in my vs

+4
source share
1 answer

Code coverage is only available in Visual Studio Premium and Ultimate.

http://www.microsoft.com/visualstudio/en-us/products/2010-editions/product-comparison

+5
source

Source: https://habr.com/ru/post/1397368/