Managing Large Numbers of Tests

The Test Manager window and the Test View window display the tests in your solution. Although the Test View window displays a flat list, you can use the Test Manager window to organize tests in into a hierarchical structure. This structure consists of test lists. Test lists function both as nodes and as containers; they can contain tests and other test lists.

When your project uses dozens or hundreds of tests, it helps to have the capability of visualizing them in groups, or lists. But this is not the only reason to organize them into lists. You can also run the tests in a list by first selecting the list in the Visual Studio IDE, or you can run the tests in a list using the command-line test utility.

In This Section

  • Using Test Lists
    Describes why to use test lists, how test lists and their contents are displayed, and the states that a test list can have.
  • Selecting Test Management Views
    Describes how to manage tests by using the Test Manager window and the Test View window and to customize the way those windows display their contents.

See Also

Tasks

Walkthrough: Using the Command-line Test Utility
How to: Run Selected Tests

Concepts

Team System Testing Tools Windows