Creating a performance test project

Performance test projects are containers for performance tests.

A performance test project is a Java project created with a source folder. You can store performance tests in standard Java projects that contain source folders.

To create a new performance test project and optionally record a test:

  1. Select File > New > Performance Test Project.

    The New Performance Test dialog box opens.

    If the New menu does not display the Performance Test Project option, this indicates that you are not in the Test perspective. You can switch to the Test perspective or you can select File > New > Other > Test > Performance Test Project. However you select this option, it switches you to the Test perspective.

  2. In the Project Name field, type a name for the project.
  3. Click Finish. The project is created, you are switched to the Test perspective, and you are asked whether you want to record a performance test now.
  4. Click Yes or No. If you click Yes, the test creation wizard starts: see Recording a test for details.

Parent topic: Creating tests

Terms of use | Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.