Repository considerations for a server project
To collaborate with other project stakeholders, you can open test assets from a local clone of the Git repository, pull project test assets from a Git repository, and push changes made to your local test assets to a Git repository. Before you add a project and add a repository to that project, you must consider some information about repositories.
Consider the following sections about using Git repositories with IBM® Rational® Test Automation Server. For more information about installing, setting up, and using Git, see the Git documentation.
Git
You must install Git or upgrade to the supported version if you already have installed Git. See System Requirements.
Repositories and user identities
After you install Git, you must set up your Git repository and set up access for members. You must ensure that the repository contains your test assets.
Optionally, you can use a command line utility or Git tool to access the repository, upload your test assets, fetch or pull from the repository, push to the repository, clone the repository, and other operations you want to perform in Git.
Local and shared repositories
After you create a remote or shared repository in Git, you can create a local version of the repository by cloning the remote repository. You must ensure that your test assets are available in the remote repository and are also cloned to the local repository.
User authentication for the Git repository
- HTTP with user name and password
- HTTP without user name and password
- HTTPS with user name and password
- HTTPS without user name and password
- SSH with SSH key and passphrase
- SSH with SSH key and without a passphrase
Based on the authentication type that is set for a repository, you must provide the same authentication values in Rational® Test Automation Server when you add a repository.
Test assets
Test type | Task | More information |
---|---|---|
API suite in Rational® Integration Tester |
Change the local stub to a remote stub. | See Test run considerations for API Suites or API tests. |
Add the library files. |