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 |
---|---|---|---|---|---|---|---|---|---|---|---|
[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?... | aspnetcontent | wpickett | 08/22/2007 | article | 83792674-f769-4c9a-889b-701cfc52de8b | dotnet-webforms | .net-framework | /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.