Changing the scope of a test project

After you create a test project, you might need to redefine the test scope so you can update the collection of components that are candidates for testing. The list of components in the project can be updated by modifying the test project's Test Scope properties.

Component test projects serve as a grouping mechanism for the test artifacts that you create using the automated component testing features. The test project is linked to one or several development projects that contain the components you want to test. This collection of components serves to define the scope of the test.

To redefine the test scope:

  1. In the Test Navigator view, right-click the test project you want to update and click Properties.

  2. Click Test Scope, select the components you want to make available for testing, and click OK.

The scope of the test project is updated to include the components you have selected.

 

Related tasks

Creating new component test projects