C/C++test allows you to collect coverage information directly in Visual Studio. To achieve this, you need to:

  1. Install the Parasoft Plugin and the C/C++test Plugin for Visual Studio; see Plugin for Visual Studio.
  2. Enable the Parasoft coverage functionality by integrating C/C++test with MSBuild.
  3. Build the instrumented application.
  4. Generate the coverage report.

See Integrating with MSBuild for instructions how to integrate with MSBuild and collect coverage data.

  • No labels