What tools are available for .NET code coverage in Visual Studio?

6

I have developed systems using TDD in .NET. Recently, the company that worked, bought the version of Visual Studio 2013 Pro and in this version we do not have the code coverage tool, only from the Premium version (visual studio compare versions ) code coverage is available.

So what options do I have?

What opensource (free) tools for code coverage, are equivalent to the visual studio version Premium tool onwards?

What I really like is the experience of being all integrated with visual studio, but if there is any tool, even if it is not fully integrated but offers good experience and performance, I do not care about integration.

    
asked by anonymous 25.10.2014 / 19:47

1 answer

3

This Stack Overflow link ( link ) led to the conclusion that there are not many free applications.

The only free OpenCover link

    
10.11.2014 / 16:40