Free code coverage tool for checking CppUnitTest module
-
Wednesday, February 29, 2012 2:58 PM
Hi,
Please suggest any free code coverage tool to check the test module created using CppUnit.
Thank,
Bhash
- Moved by Helen Zhao Friday, March 02, 2012 3:29 AM for better support (From:Visual C++ General)
All Replies
-
Friday, March 02, 2012 3:28 AM
Hi Bhash,
According to your description, I'd like to move this thread to "Visual Studio Unit Testing Forum" for more efficient responses, where more experts live.
Thanks for your understanding.
Helen ZhaoHelen Zhao [MSFT]
MSDN Community Support | Feedback to us
-
Friday, March 02, 2012 4:41 AMModerator
Hi Bhash,
Thank you for posting in the MSDN forum.
Code coverage features are available in Visual Studio, Visual Studio provides two command line tools that you can use to instrument an artifact, such as a .dll or .exe, and generate code coverage data: vsinstr.exe and vsperfmon.exe.
These tools can be found at: n:\Program Files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools\.
Reference:
Native C++ Code Coverage reports using Visual Studio 2008 Team System
Code Coverage Basics with Visual Studio Team System
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Wednesday, March 07, 2012 5:56 AM

