Configuring Test Execution

You can configure how tests run. When you define a test run configuration, you determine, for example, the way test runs are named, the files that accompany tests when they run, and whether unit tests generate code-coverage information.

In This Section

  • Test Deployment
    Provides links to topics that describe how tests are deployed before they are run, how to configure test deployment, and how to instrument and re-sign assemblies.

  • How to: Run Selected Tests
    Describes the various ways to run single tests, multiple tests, and test projects.

  • Command-Line Test Execution
    Provides links to topics that describes how to use the MSTest.exe program to run tests from a command line, see test results, save results to disk, and publish results.

See Also

Other Resources

Analyzing Test Results