Test coverage in VS Studio 2008 prof

  • Thread starter Thread starter Norbert Pürringer
  • Start date Start date
N

Norbert Pürringer

Hello,

unfortunately VS Studio 2008 does not support test coverages for unit
testing in professional version. Is there a way for me to get to know,
how good my test coverage is? Is there an external tool for me which
can be used to get coverage statistics?

Thanks,
Norbert
 
nCover: It is a generic code coverage tool that determines which lines of
code were executed during a run.

http://www.ncover.com/

It started open source, and you can still find really old versions that are
open source (2004 time frame), but I would put down the money if you wish to
go this route.

There is another open source code coverage project called PartCover
http://sourceforge.net/projects/partcover/

I have never tried it, so I cannot vouch for it.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
 
Back
Top