New to Telerik Test Studio? Download free 30-day trial

Open TFS-Controlled Project

Test Studio provides built-in integration with TFS source control.

The below steps guide you how to open a project, which is stored in the TFS server and create a local copy of it on your hard drive.

1.  Launch Test Studio and click the Open button in the Source Control ribbon.

Connect

2.  The Bind to Source Control dialog appears. Fill in the appropriate information and click Connect.

Connect to TFS

3.  Pick the destination directory in TFS and click OK.

4.  You can now select a test and click Check-in and Check Out buttons in the Source Control ribbon.

Checkin Checkout

The project view displays the source control status of individual tests.

Individual Tests

  • Plus appears next to newly created items (part of a source controlled project) that are not added to the source control yet.
  • Lockappears next to checked in tests.
  • Checkappears next to checked out tests.
  • Remotelyappears next to tests which are in conflict.

In general, Test Studio does not check out a project from source control when the project opens. However, if one or more project files are out of date (for example, they were created by an older version of Test Studio), Test Studio will attempt to check them out for an update. This will continue until an up-to-date version of the files are checked into source control.

In this article