Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.29 KB

how-do-i-run-unit-tests-against-a-deployed-database.md

File metadata and controls

22 lines (18 loc) · 1.29 KB
uid title author description ms.author ms.date ms.assetid msc.legacyurl msc.type
web-forms/videos/vs-2005/how-do-i-run-unit-tests-against-a-deployed-database
[How Do I:] Run Unit Tests against a Deployed Database? | Microsoft Docs
pjhacker
If your ASP.NET application is configured to deploy a database along with the Web site, how can you verify that a valid database instance has been deployed?...
riande
08/22/2007
83792674-f769-4c9a-889b-701cfc52de8b
/web-forms/videos/vs-2005/how-do-i-run-unit-tests-against-a-deployed-database
video

[How Do I:] Run Unit Tests against a Deployed Database?

by Paul Hacker

If your ASP.NET application is configured to deploy a database along with the Web site, how can you verify that a valid database instance has been deployed? In this video we learn how to run unit tests against the deployed database, asserting the existence of a value that is known to be consistent across database instances.

▶ Watch video (3 minutes)

[!div class="step-by-step"] Previous Next