vote up 3 vote down star
3

I'm looking for a tool that I can run against my code base to determine which areas of my code are covered by NUnit tests I've written. I would appreciate any suggestions at all, and example usage if needed. Thanks!

flag

2  
stackoverflow.com/questions/276829/… might help – Chris S Nov 1 at 16:23
I had to dig a little but the sourceforge free NCover helped! Thanks so much! [ncover.sourceforge.net/] – mkelley33 Nov 1 at 17:38

2 Answers

vote up 4 vote down check

Personally, I like NCover along with TestDriven.NET (for Visual Studio integration).

PartCover is a good alternative, too. But as far as I know, there is no Visual Studio integration for PartCover.

link|flag
Hey thanks! I downloaded PartCover, installed it, and configured it, but I got a ThreadInterrupted exception. The manual pointed to nunit-gui.exe, but I'm running NUnit 2.5. Is there a way to get this error to go away and run it with NUnit 2.5 for my asp.net mvc project? (I can provide full stack trace if it helps) – mkelley33 Nov 1 at 16:49
vote up 3 vote down

I use TestDriven.NET at both work and home, works a treat for me :)

link|flag
Hey thanks for the input. I took a look, but unfortunately I need something free. It looks like this tool costs money. Am I missing, or not finding a link to the free version? Thanks again! – mkelley33 Nov 1 at 16:51
1  
Did you look at the Personal License? – Agent_9191 Nov 1 at 16:56
1  
Yes, if it is for personal use I believe it is free? – Sara Nov 1 at 17:13
I didn't see on, but I'll take another look :) Thanks Sara and Agent_9191! – mkelley33 Nov 1 at 17:20
Ok I got it, but I can't figure out how this tool reports coverage. Any ideas? – mkelley33 Nov 1 at 17:26
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.