Link to home
Start Free TrialLog in
Avatar of FSOFT-SA
FSOFT-SAFlag for Viet Nam

asked on

Tools for measure code coverage (C0, C1) of unit testing for C++

Dear Experts,

Please help me to find best tools for measure code coverage (C0, C1) automatically when I run UT test script.
Or any integrated tools for unit test tool to measure code coverage.
Language: C++
I'd refer free tools.

P/s: Now, I'm using CppUnit to execute my unit test scripts.

Regards.
SOLUTION
Avatar of trinitrotoluene
trinitrotoluene
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of phoffric
phoffric

What OS and compiler are you using?
Off Topic: If you are using C++11, then there is much better tool for unit testing than CppUnit is.
Avatar of FSOFT-SA

ASKER

@phoffric: We're using Windows & Visual studio 2008.
Sorry, I don't have Visual studio 2008. I do see that code coverage is discussed on MSDN for this product.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial