Regarding code coverage tool in VS 2010 for C++
I want to test code coverage of C++ code in VS 2010. I have following questions regarding thi开发者_开发知识库s:
- What are steps we have to follow to test code coverage of C++ code in VS 2010.
- Can code coverage be performed on unmanaged C++?
- Can code coverage tool provided in VS 2010 for C++ be used with CPP unit, if yes what are the steps we have to follow?
Kindly request to help with an example if possible.
Thanks
Try this: http://open-tube.com/10-code-coverage-tools-c-c/
精彩评论