August 2010
Intermediate to advanced
1224 pages
34h 17m
English
The Test View window enables you to see all the tests in your current solution, select the ones with which you want to work, and either run them or manage their attribute properties.
You access the Test View window from the Test menu (Test, Windows, Test View). Figure 9.21 shows an example. Notice that you can select one or more tests, right-click and execute the selected tests in a single test run. This saves you from having to run all your unit tests at once when you are focusing on a single test method (or a small group of test methods).
Figure 9.21 The Test View window enables you to easily select a set of tests you want to run.
There is a toolbar at the top of the Test View window. This toolbar enables you to search ...