Answer:
It is a .NET code coverage and unit testing tool from JetBrain,which you can easily integrate into visual studio (2005-2012).
It supports several unit testing frameworks such as MSTest, NUnit, xUnit, and MSpec.
You can generate code coverage reports into various format like XML, HTML, or JSON.
It is an all-in-one tool for running unit tests, analyzing code coverage results, and improving tests.
Source: jetbrains.com | |
Alert Moderator