Open Git Project

Open Git project in the terms of Test Studio is to be applied when one should open an existing remote repository containing a project for first time. This option will create a local copy of the remote project in the specified folder during establishing connection.

Telerik TestStudio Ninja image
New to Telerik Test Studio?

Test Studio is a test automation platform for web, WPF, and responsive web applications, supporting UI, functional, load, and RESTful API testing. Sign up for a free 30-day trial!

Follow the steps to open a Test Studio project from remote Git repository.

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

Connect

2.  The Source Control Type dialog appears. Select Git, fill in the appropriate information, click Connect and OK. Two-factor authentication is supported using a personal access token instead of the account password.

Connect to TFS

Note

If you are not able to connect to the Git system and get a message Error connecting to Git, too many redirects or authentication replays, check if the remote repository requires 2FA to be accessed. Generate a personal access token in your Git account for this repository and use that token instead of the account password.

3.  Select a folder where the project will be cloned.

Clone

4.  The project and project files are now marked with a PLus icon. This indicates it is bound to Source Control.

Connected

5.  The Output panel includes Source Control tab where furhter useful info could be found while using the source control features.

In this article