Setting Up Your Test Run Sequence Using Ordered Tests
An ordered test contains other tests that are meant to be run in a specified order. An ordered test is displayed as a single test in Test Explorer. Its results appear in a single row in the Test Results window, but you can obtain individual results for each test that was run as a part of the ordered test.
Requirements
- Visual Studio Ultimate, Visual Studio Premium
Tasks
Tasks |
Associated Topics |
---|---|
Creating an Ordered Test: Create an ordered test to specify the order to run a set of tests. |
|
Viewing the Results of an Ordered Test: The results of an ordered test are displayed as a single row in the Test Results window. You can also see results for the individual tests that make up the ordered test. |
See Also
Tasks
How to: Run Automated Tests from Microsoft Visual Studio
Concepts
Defining Test Categories to Group Your Tests