1.3 KiB
1.3 KiB
title | author | description | ms.author | manager | ms.date | ms.topic | ms.assetid | ms.technology | ms.prod | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|---|---|---|
Code Coverage of Automated Tests | Microsoft Docs | rick-anderson | This video demonstrates how to use code coverage as a metric for determining how effective our testing is of an ASP.NET Web application. After a test has com... | aspnetcontent | wpickett | 03/23/2007 | article | b1a7fbfc-523f-473e-a454-8e6b90099b1e | dotnet-webforms | .net-framework | /web-forms/videos/vs-2005/code-coverage-of-automated-tests | video |
Code Coverage of Automated Tests
by Eric Lee
This video demonstrates how to use code coverage as a metric for determining how effective our testing is of an ASP.NET Web application. After a test has completed, Visual Studio Team System reports on the percentage of code that was executed and indicates executed code with a green background and unexecuted code with a red background, making it easy to see the code that was covered by the test. You will also learn how you can use C# or Visual Basic to extend the automated test.