Ways to Run Database Unit Tests

You can run a database unit test in any one of several ways, which include by using various windows and the command line.

Note

You cannot run database unit tests remotely, that is, by using a test rig.

Running Database Unit Tests

The ways that are available to you depend on the software that you have installed. If you have Team Edition for Database Professionals installed, you can run tests in the following ways:

If you have both Team Edition for Database Professionals and Visual Studio Team Edition for Testers installed, you can run database unit tests in all the ways listed for Team Edition for Database Professionals, plus the following:

If you have both Team Edition for Database Professionals and Visual Studio Team Foundation Server installed, you can run database unit tests in all the ways listed for Team Edition for Database Professionals, plus the following:

If you have both Team Edition for Database Professionals and Visual Studio Team System installed, you can run database unit tests in all the ways listed for Team Edition for Database Professionals, plus the following:

Running Database Unit Tests in a Particular Order

To guarantee that your database unit tests will run in a particular order, you must use an ordered test. For more information, see How to: Create an Ordered Test.

See Also

Tasks

How to: Run Database Unit Tests

Concepts

Interpreting Database Unit Test Results
Terminology Overview of Team Edition for Database Professionals

Other Resources

Running Database Unit Tests