Home > Archive > Software Testing > February 2008 > Coverage for C++, C# (Native and Mixed Code)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Coverage for C++, C# (Native and Mixed Code)
|
|
|
| Hello!
I've been trying to find some good software solution for measuring
coverage for some time, but I only find PureCoverage for my problem.
But, I would like to find something else. Can you help me to find
another option? I am looking for software which can measure line and
function coverage for C++ Native Code (C++ source files, C++ test
files) and Mixed Code (C++ source files, and C# .NET Code). All source
files I have build in DLLs. And I am running tests using application
like NUnit. Reports of measured coverage in HTML can be helpful too.
Thank you a lot for your time.
Peter.
|
|
|
|
|