Test coverage in VS Studio 2008 prof

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
 
C

Cowboy \(Gregory A. Beamer\)

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!
|
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top