Free code coverage tool for checking CppUnitTest module
-
2012年2月29日 下午 02:58
Hi,
Please suggest any free code coverage tool to check the test module created using CppUnit.
Thank,
Bhash
- 已移動 Helen Zhao 2012年3月2日 上午 03:29 for better support (From:Visual C++ General)
所有回覆
-
2012年3月2日 上午 03: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日 上午 04: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日 上午 05:56

