August 2010
Intermediate to advanced
1224 pages
34h 17m
English
Visual Studio provides the ability to control and customize the testing environment through the Options dialog box. In addition, you can control test settings specific to your solution inside setting configuration files. This section explores how you can use both of these configuration scenarios to better manage your test environment.
You can control how Visual Studio generates test projects. You do so inside the Options dialog box (Tools, Options) under the Test Tools, Test Project node. Figure 9.11 shows an example of this dialog box. From here, you can control the default language (VB or C#) for the test project type used by Visual Studio when you create or generate a new test ...