Forum Discussion

pankajjain2050's avatar
pankajjain2050
Contributor
5 years ago
Solved

What is best way to backup testcomplete project

Our IT team has asked us what is the recommended approach to Data recovery for test complete.

We have VM server on which testcomplete is installed and projects are stored. If the VM goes down, what is the best way to restore data and what files needs to be backed up?

  • As for the actual automation projects... use source control.  GIT, Mercurial, SVN, TFS, etc...  it's generally best practice to use source control, anyways, so if you ever need to revert code to a previous version you can do so.

3 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    Easiest way is to back up the installer and the project.  Reinstall on a new machine that can see the license server and copy in the project and you're done.

     

    Best to keep the installer that you last used around because getting the download from TC might result in a getting a new version and you'd have to go through converting the files, etc.  

     

     

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      As for the actual automation projects... use source control.  GIT, Mercurial, SVN, TFS, etc...  it's generally best practice to use source control, anyways, so if you ever need to revert code to a previous version you can do so.