What is dotCover ?

 Posted by Rajkatie on 12/20/2012 | Category: .NET Framework Interview questions | Views: 3274 | Points: 40
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 

Comments or Responses

Login to post response