Search code examples
hp-uft

Github controls in UFT directly to do checkin and checkout


i wanted to know how we can do version controlling directly from UFT with gitHUB, how to get GitHub controls visible on UFT 14.1 version tool?

Thanks Raju


Solution

  • Copied directly from UFT 14.01 help documents:

    Set up UFT to work with GIT

    • Before using GIT inside UFT you must configure GIT locally:

    • Install the GIT or SVN client on the computer running UFT.

    • Set up your GIT workspace on your computer. For details on see your GIT documentation.

    • In UFT, create the test and save it in the folder configured to work with GIT or SVN.

    • Add the document to your repository in GIT or SVN using the standard GIT and SVN commands.

    • When prompted, enter your user credentials:
    • GIT
      You are prompted for your user credentials the first time you push to the remote repository.

    Note:
    If you need to clear your user credentials, select Tools > Clear All Credentials. Your user credentials for the SVN or GIT repository are removed and you will be prompted to enter them on the next update or commit.

    After you set up the workspace and add a document to the workspace, the relevant icons are displayed in your testing documents in the Solution Explorer and you can use GIT commands for your documents directly from the Solution Explorer.


    Check this link for more detailed information.