Welcome to MSDN Blogs Sign in | Join | Help
Team System Code Coverage - it works for native C++ too

Today I got yet another request from inside Microsoft about when our code coverage utilities will work for native C++ code.  I've been asked the same question by customers several times.  And of course my answer is always "Now".  Although the unit test framework is aimed squarely at the managed world, the coverage infrastructure was built to support native and mixed x86 binaries, as well as managed code.  Currently we don't support x64 or device drivers.  Simlarly we don't support devices either.  But if you have been wanting to find out exactly how much code coverage you get from some of your manual or automated tests for native systems, go use my Off-Road article to see how it is done.

Posted: Tuesday, October 04, 2005 7:40 PM by ms_joc

Comments

IanWho's bLog said:

The profiler team has been crazy busy with getting Visual Studio Team System shipped and out the door,...
# March 6, 2006 3:46 PM

Rob Caron said:

Despite the ever-growing popularity of .NET development, a question we frequently receive is, “What...
# April 19, 2006 1:30 PM

Visual Studio Team System e Team Foundation Server in Italia said:

Ecco una serie di risorse per chi sviluppa con Visual C++ utilizzando la Development Edition di Visual

# June 30, 2008 5:33 AM
Anonymous comments are disabled
Page view tracker