This topic explains how to share projects and related test assets by checking them in and out of your existing source control system.

Sections include:

Sharing Projects and Assets with Any Source Control System

Key project artifacts are in ASCII. This makes it easy to maintain them via source control and merge changes from multiple team members in a concurrent development environment.

To share projects and test assets using any source control system:

  1. Ensure that your test assets (test cases, user-defined stubs, and so on) are stored within your project.
  2. Add the project to source control.

Other team members can access the project files by checking them out from source control.

Using a Team Project Set File (.psf) to Share the Project Across the Team

Once one team member creates a project, that team member can create a Team Project Set File (.psf) which can then be shared by other members of the team.  Doing so allows every team member to create their Eclipse Projects in the same uniform way.  This is a necessary step for importing tasks from the automated nightly test process.

To export a Team Project Set File:

  1. Go to File > Export. The Export Wizard opens.
  2. Within the Export Wizard, choose Team > Team Project Set and click Next.
  3. Select the projects to be included in the Team Project Set File.
  4. Enter the location where the Team Project Set File will be saved and click Finish.

To create a Project from an imported Team Project Set File:

  1. Go to File > Import. The Import Wizard opens.
  2. Within the Import Wizard, choose Team > Team Project Set and click Next.
  3. Browse to the desired Team Project Set and click Finish. The tests you selected display in the Test Case Explorer.
  • No labels