C/C++test allows you to collect coverage information directly in Visual Studio. To achieve this, you need to:
- Install the Parasoft Plugin and the C/C++test Plugin for Visual Studio; see Plugin for Visual Studio.
- Enable the Parasoft coverage functionality by integrating C/C++test with MSBuild.
- Build the instrumented application.
- Generate the coverage report.
See Integrating with MSBuild for instructions how to integrate with MSBuild and collect coverage data.