Project
Creating a New Total Test Project
In order to start with a brand-new project, click on the Create a new project toolbar icon.
Alternate ways to create a new project:
Select from the menu File > New > Project > BMC >
Project.
Click on the New Project symbol
available in the toolbar and select BMC >
Project.
Right-click in the Project Explorer view, select New > Project > BMC >
Project.
- Click the NEW... button in the Record Test Case dialog box. See also Record-Test-Scenarios-from-Code-Debug or Context-Menus-from-Code-Debug-Session.
After that, the New Project Wizard will open. This is an Eclipse standard wizard which you can go through without any special requirements. You just have to enter the new project's name and the test folder name into which the Total Test folders will be created. You can enter multiple folder levels, for example "MyTests/SimpleDB2". Click Finish. The new project appears in the Project Explorer.
To manually create the remaining Unit Test subfolders
If you want to create a Virtualized Test (Unit Test) scenario from scratch without recording, you need to manually create the remaining Unit Test subfolders:
- Right-click the newly created test folder, for example RegressionTest in the above Accounting project.
- Select
>
Create Unit Test Folder.
This creates the folder structure needed to support manually creating Virtualized Test (Unit Test) tests. See also Project-Structure for a description of the folders.
Importing an Existing Project
If you already have an existing or an archived (ZIP file) project which you want to import into your workspace, invoke the Eclipse standard wizard for the import of existing projects.
- Form the menu, select File > Import.
- Choose General > Existing Project into Workspace from the list and click Next.
- Select the folder containing the project data. The wizard will display a list of all projects found in the folder.
- Choose either Select root directory or Select archive file and click the associated Browse to locate the directory or file containing the projects.
- Select that you want to import.
- Under Projects select the project or projects which you would like to import.
- Click Finish.
All projects found after having successfully imported the project, will automatically be recognized as a project.
When detects that projects were created with an earlier version of , you will be prompted to upgrade (see also Total-Test-Projects-Upgrade-Window).
If you are managing your projects with an SCM product, the import process may differ depending on the SCM product you use. Often the SCM product provides its own import wizard. Please refer to the SCM product manual for details.
This section contains the following topics: