Forum Discussion

aleksandr_tsura's avatar
aleksandr_tsura
Occasional Contributor
12 years ago

Two testcomplete projects to share same test code.

Hi,

We using TestComplete v 9.0 to test two quite similar client desktop applications written in Delphi.

If there is a way to create two testcomplete projects that shares same test code for each of thouse applications. The goal is to be able to add new tests in one place but test both applications with different settings.

2 Replies

  • karkadil's avatar
    karkadil
    Valued Contributor
    You can create a new Unit in Project1, then add it to the 2nd project by right-clicking project name and selecting Add | Existing Item. In this case the same unit will be accessible from 2 projects.
  • jorgesimoes1983's avatar
    jorgesimoes1983
    Regular Contributor
    We work in a similar way as Gena described, look at the screenshot.



    We Add Existing Items, from a library folder, that is used by everyone in the team, then we control it using TortoiseSVN.