2

I have a project in VS 2008 and written a MS Test cases for that. I am looking any open source Test Coverage tools which are free (Like NCover) to perform Test Case coverage tools in .net

Pleaes let me know if any one useed any tool which is open source and free

user171523
  • 4,185
  • 3
  • 35
  • 50

5 Answers5

2

Visual Studio 2008 does test coverage. It's a bit hard to find but works like a charm. Here is a link with some screenshots on how to enable it.

Igor Zevaka
  • 74,528
  • 26
  • 112
  • 128
2

As well as PartCover (now moved to github) there is also OpenCover which has 32 and 64 bit process support (as well as .NET2 and .NET4) and can be used with TypeMock and Moles.

Shaun Wilde
  • 8,228
  • 4
  • 36
  • 56
1

Visual Studio 2008 does test coverage. It's a bit hard to find but works like a charm. Here is a link with some screenshots on how to enable it.

Sheenu Mehra
  • 178
  • 1
  • 6
0

Visual Studio 2008 does test coverage. It's a bit hard to find but works like a charm.

Kanwar Singh
  • 908
  • 12
  • 21
0

Have a look at PartCover

David Gardiner
  • 16,892
  • 20
  • 80
  • 117