Free code coverage tool for checking CppUnitTest module
-
2012年2月29日 14:58
Hi,
Please suggest any free code coverage tool to check the test module created using CppUnit.
Thank,
Bhash
- 已移动 Helen Zhao 2012年3月2日 3:29 for better support (From:Visual C++ General)
全部回复
-
2012年3月2日 3:28
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
-
2012年3月2日 4:41版主
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
- 已标记为答案 Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator 2012年3月7日 5:56

