Rolling Back to Specific Version

Applies to TestComplete 14.0, last modified on January 23, 2019

Team Foundation Version Control tracks changes made to versioned files. You can restore your project (or project suite) to an earlier version by canceling the changes made in later changesets.

Option 1

  1. Select File > Source Control > Get Specific Version from the TestComplete main menu.

    – or –

    Right-click your project or project suite in the Project Explorer and then click Source Control > Get Specific Version.

    – or –

    Click Get Specific Version on the Source Control toolbar (if the toolbar is hidden, right-click the toolbar area and select Source Control).

  2. In the Get dialog, select the files you want to restore and specify the needed version.

    Selecting a version in the Get dialog
  3. Click Get.

TestComplete will get the selected file versions from the repository in your Azure DevOps Services or Team Foundation Server project and replace your current project files with those files.

Option 2

  1. Select File > Source Control > View History from the TestComplete main menu.

    – or –

    Right-click your project or project suite in the Project Explorer and then click Source Control > View History.

    – or –

    Click View History on the Source Control toolbar (if the toolbar is hidden, right-click the toolbar area and select Source Control).

  2. In the History dialog, select a changeset you want to revert to.

    Selecting a version in the History dialog
  3. Click Get This Version.

Related Tasks

See Also

Integration With Team Foundation Version Control - Common Tasks
Integration With Microsoft Team Foundation Version Control

Highlight search results