Creating a test project

The tests that you create, and the assets associated with the test, reside in a test project. You can create the project separately, or you can simply record a test, which automatically creates a project named testproj.

Procedure

  1. Select File > New > Project. The New Test Project window opens.
  2. Select the type of project:
    1. Select Performance Test Project if you are using IBM® Rational® Test Workbench.
    The New Performance Test or New Service Test window opens.
  3. In the Project Name field, type a name for the project. If you plan to collect response time breakdown data, do not use a project name that contains spaces.
    Note: The only allowed characters in the Project Name field are [a-z], [A-Z], [0-9], "-", "_", and "."
  4. Select Use default location.
  5. Optional: Click Next and select the folders to create in the new project. These folders organize your files by asset (Tests, Schedules, Results, and so on).
  6. Click Finish.

Feedback