Share via


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.

Comments

  • Anonymous
    March 06, 2006
    The comment has been removed

  • Anonymous
    April 19, 2006
    Despite the ever-growing popularity of .NET development, a question we frequently receive is, “What...

  • Anonymous
    March 24, 2007
    PingBack from http://blog.stevienova.com/2007/03/24/visual-studio-2005-c-unit-testing-not-so-good/

  • Anonymous
    June 29, 2008
    Ecco una serie di risorse per chi sviluppa con Visual C++ utilizzando la Development Edition di Visual