NCover Desktop is an essential tool in helping developers find where they can improve their tests, and their code, as early in the development cycle as possible. Effective tests are critical for delivering high quality code, reducing risks and maintenance costs, and increasing customer… Continue Reading
Desktop
NCover Desktop is an essential tool in helping developers find where they can improve their tests, and their code, as early in the development cycle as possible. Effective tests are critical for delivering high quality code, reducing risks and maintenance costs, and increasing customer satisfaction.
NCover 5.1 Beta Program
When we originally released NCover 5 last year, we were excited to share a lot of great new features including Condition Coverage and even more ways to share coverage results across the organization. In addition, we put a lot of work into making NCover… Continue Reading
Take Command Of Your NCover Code Coverage Projects
Although many users preference the ease and convenience of exporting, modifying and creating code coverage projects through the NCover GUI, there may be situations when you prefer to directly manage projects from the command line or as part of a scripted process. In these… Continue Reading
NCover Updates For Desktop & Bolt
We have released several important NCover updates during the months of March and April. These updates reflect improvements across the entire product line with a heavy emphasis on NCover Bolt and NCover Desktop. The current version is V5.0.2953.994. A full list of what is… Continue Reading
Change Risk Anti-Patterns & Code Complexity
The change risk anti-patterns metric is a measure of the “risk” associated with your code. Understanding change risk anti-patterns and the the correlation between code complexity and code coverage is crucial for development teams who want to maintain the overall health and quality of their… Continue Reading
Branch Coverage
Branch coverage is one of the key code coverage metrics NCover provides to help development teams determine the overall health and quality of their code base. Branch coverage builds upon sequence-point coverage, NCover’s base code coverage metric for calculating code coverage statistics. Branch coverage is an… Continue Reading
Sequence-Point Coverage
When it comes to measuring the overall quality of your code, there are a variety of code coverage metrics you can use. Typically, each metric will follow a particular methodology for breaking code down into sections and then reporting on which of those sections were tested…. Continue Reading
Resource Article on Covering IIS and Web Apps
Collecting code coverage on your web apps is crucial as part of both the development and QA process for any .NET team. NCover’s approach for collecting code coverage allows you to perform both automated and manual tests and aggregate that collection regardless of how… Continue Reading