Command Line Merge for Code Coverage

.Net code coverage is most meaningful when it gives my team a full view of which portions of our code have been tested. While test runners and ad hoc coverage tools certainly help our developers refine testing and target methods within their .net apps,…   Continue Reading

The NCover Coverage Summary Report

NCover 4 ushered in the live coverage query views and web interface for data analysis.  The full intent was to go paperless, as it were, in the electronic sense.  Not generating static files means that data doesn’t get stale and coverage reports don’t get…   Continue Reading

Code Central 4.1 – Upgrade

Code Central has been a huge help in distributing coverage numbers throughout the enterprise; a welcome change to shipping around xml data and reports for most customers.  The one issue that has hindered Code Central out of the box is the complication of requiring…   Continue Reading

Measuring Code Coverage Without Symbols or Source Code

Increasingly, customers are using NCover to gather code coverage in production scenarios (or mock production scenarios). In fact, many of the improvements we’ve made in NCover have been focused on gathering coverage with as little performance impact as possible and requiring little to no…   Continue Reading

NCover 4.1: It’s Bigger on the Inside

What’s that?  You hadn’t heard?  NCover is on a rapid release cycle, and v4.1 is hot out of the oven.  The team has been hard at work refining the product that has garnered so much praise this past summer.  NCover 4 was a revolutionary…   Continue Reading

The New NCover Support Page!

Since we launched NCover 4, we have been agonizing over how to provide you with the best user experience possible. Every time you interact with our website, product, or support team, we want you to be successful and have a satisfying experience. You have…   Continue Reading

Covering IIS

Covering IIS in NCover 4 is fundamentally the same as profiling any other .NET process, but because of the way IIS runs, profiling this service presents some special challenges. 1. Project Settings Finding the right process to profile is the key to successful coverage….   Continue Reading

Introduction to NCover 4 Desktop with Code Blaster

The universal acclaim that greeted the release of “Code Blaster” last week presented the NCover team with another great opportunity — a Desktop demo using everyone’s favorite code coverage game! The new “NCover 4 Desktop and Code Blaster” video is a more extensive look…   Continue Reading