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!
+4
A:
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.
Bryan Menard
2009-11-01 16:24:53
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
2009-11-01 16:49:16
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
2009-11-01 16:51:23
I didn't see on, but I'll take another look :) Thanks Sara and Agent_9191!
mkelley33
2009-11-01 17:20:41
Ok I got it, but I can't figure out how this tool reports coverage. Any ideas?
mkelley33
2009-11-01 17:26:31
Alright, I figured it out. Had to use free version of NCover! Thanks again.
mkelley33
2009-11-01 17:37:17