views:

45

answers:

1

Can anyone please suggest me a good .net code coverage plugin for Visual Studio 2010 except dotCover? [dotCover 1.0 RC is buggy, it hangs VS 2010] The VS2010's own coverage tool does not support nUnit tests. I want a plugin which supports nUnit tests also.

+5  A: 

TestDriven.net is fairly popular and has code coverage built in. Of course, it does more than just code coverage.

NCover is also fairly popular and is all about code coverage.

Both support NUnit tests.

Ed Schwehm
TestDriven.net is excellent and its free for personal use. Thanks for the link.
Anindya Chatterjee