We have been covering code for over a decade. During that time, we have learned a lot from our customers on how to make the most out of implementing meaningful code coverage to teams. We thought it may help if we put together some… Continue Reading
Videos
NCover videos are provided as a resource for learning more about .NET code coverage and the implementation of NCover. Videos cover topics including best practices, setting up and managing code coverage projects, configuration and usage options, improving code quality and other NCover specific topics.
Code Coverage Metrics That Matter
The first rule of code coverage is that not all code coverage metrics are created equal. In this webinar we discuss three key code coverage metrics that matter: branch coverage, sequence point coverage and the change-risk anti patterns score. In addition, we cover how all three… Continue Reading
Code Coverage And Your .NET Team
Incorporating code coverage as an integral part of your .NET development process is not as simple as evaluating code coverage tools and picking one. Although it is critical to ensure that the code coverage solution tool you select can generate an unified coverage number across your team,… Continue Reading
Best Practices – Code Coverage Metrics
This is part one in a four part Best Practices For .NET Code Coverage webinar series focused on using code coverage metrics to guide development efforts and improve overall code quality. We explain the importance of selecting the right combination of metrics to measure… Continue Reading
Video Tutorial on Code Coverage Visualization with NCover Bolt
NCover Bolt saves you time and effort by providing you with both a test runner and code coverage visualization software all within the same window. Bolt runs as a multi-platform test runner with the ability to work in multiple frameworks simultaneously. With its versatility and… Continue Reading
Video Tutorial on Running Tests with NCover Bolt Test Runner
NCover has recently released a new test runner named Bolt. This video will walk you through the various ways to run tests and gives you a quick tour of the interface. Bolt supports running tests from multiple frameworks and will allow you to view… Continue Reading
Video Tutorial on Connecting NCover Bolt and NCover Desktop
NCover Bolt and Desktop offer a seamless integration to make it easier and faster to test your .NET code and review your coverage results. The connection between the two programs provides you with the ability to test projects using Bolt and view a full… Continue Reading
Video Tutorial on Adding and Modifying Covered Processes
The collection of code coverage and the presentation and interpretation of its results is a dynamic process. The ability to quickly add and modify covered processes is crucial in an agile development environment. Project Settings in NCover Code Central and Desktop make the process… Continue Reading