MSDN UK Screencasts: Integrated Code Coverage

MSDN UK Screencasts

This Screencast shows you how to use the new integrated code coverage features which are part of the new unit testing framework in Visual Studio 2005. From a security perspective, ensuring that your unit tests completely cover your application's code is particularly important because it helps to

Episode synopsis

This Screencast shows you how to use the new integrated code coverage features which are part of the new unit testing framework in Visual Studio 2005. From a security perspective, ensuring that your unit tests completely cover your application's code is particularly important because it helps to increase the robustness of your code. It helps you to capture latent defects that would otherwise go unnoticed until your application is deployed.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” - Tom Cargill