25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
|
---
|
||
|
title: "[How Do I:] Use Generic Tests? | Microsoft Docs"
|
||
|
author: rick-anderson
|
||
|
description: "A generic test is an existing program that is wrapped and made available as a test in Visual Studio Team System. In this video we see a demonstration of how..."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 07/16/2007
|
||
|
ms.topic: article
|
||
|
ms.assetid: e129b2c2-8587-4ff1-b455-7f14cb28bcf9
|
||
|
ms.technology: dotnet-webforms
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /web-forms/videos/vs-2005/how-do-i-use-generic-tests
|
||
|
msc.type: video
|
||
|
---
|
||
|
[How Do I:] Use Generic Tests?
|
||
|
====================
|
||
|
by [Chris Menegay](https://twitter.com/CMenegay)
|
||
|
|
||
|
A generic test is an existing program that is wrapped and made available as a test in Visual Studio Team System. In this video we see a demonstration of how a wrapped shell program accepts an input value from our test environment and how the program's output value is used to determine whether the test passed or failed.
|
||
|
|
||
|
[▶ Watch video (5 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-use-generic-tests)
|
||
|
|
||
|
>[!div class="step-by-step"]
|
||
|
[Previous](how-do-i-enforce-coding-standards-with-code-analysis.md)
|
||
|
[Next](how-do-i-publish-and-analyze-test-results.md)
|