I wonder what options there are for .net (or C# specifically) Code Coverage, especially in the Lower Priced segment?
- NCover
- Seems to be very popular and looks quite good
- Supports statement coverage and branch coverage
- $480 for "NCover 3 Complete"
- Older Beta-Versions available for free
- Visual Studio (2008 Pro) | (2005 Team System (Development, Test or Team Suite Editions))
- Well, it's Microsoft so I'd expect it to work properly
- Fully Integrated into Visual Studio
- At least $5,469
- PartCover
- Open Source
- Supports statement coverage
- OpenCover - successor to PartCover
- OpenSource
- Supports branch and statement coverage
- 32 and 64 bit support
- Silverlight support
- Background
- SD Test Coverage
- Works with 32 and 64 bits, full C# 4.0
- Handles both small and very large code bases
- $250 for single user license
- JetBrains dotCover
- $100 for Personal License
- Supports statement coverage
- Silverlight support
- NCrunch
- $159 for personal license
- $289 for commercial seat license
* Free during beta, to become commercial, pricing unknown future unknown. - Code coverage indicators in Visual Studio
- Continuous (near real time) testing
- Visual per-test code coverage
- Performance metrics, parallell multi-core test execution
