Hasty Impressions: NCover
[TOC]
I tried NCover 3.4.18.6937.
[TOC]
I tried NCover 3.4.18.6937.
OpenCover is developed by Shaun Wilde. He was a developer on (and is the only remaining maintainer of) PartCover. He's used what he learned working on PartCover to develop OpenCover, but OpenCover is a new implementation, not a port.
I tried OpenCover 1.0.514. Since I downloaded a couple …
I tried JetBrains dotCover 1.1, integrated with ReSharper 5.1 running in VS2008.
This isn't usurious, but considering that ReSharper C# edition, a tool that changes the way I work every …
Recently at the Day Job, my boss's boss has been on a "code confidence" kick. We've always done various levels of automated and manual unit, integration, issue, system, and regression testing, but he's looking to improve the process. Part of this push involves getting better at measuring which tests exercise …
At the Day Job, we use TypeMock Isolator as the isolation framework for the client portion of our flagship product. Historically we'd used version 3, but recently I had the opportunity to upgrade the code and build system to use the 2010 (or "version 6") edition.
I was …