Visual Studio 2012 menu 'analyze code coverage' is missing

c#, code-coverage, visual-studio-2012

Solution

According to the MSDN page you linked:

Requirements

Visual Studio Ultimate, Visual Studio Premium

So it will not be available on Professional.

Problem

There is this great tool in Visual Studio 2012 to show the test coverage of the source code. On the official MSDN homepage it is shown under menu `Test -> Analyze Code Coverage`. But in my `Test` menu this entry is missing and I could'nt figure out why. Can someone please explain? Am I missing an addon/plugin? Update: Visual Studio 2012 Professional with Update 3.

Original source