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.
Can anyone please suggest me a good .net code coverage plugin for Visual Studio
Share
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.