Forum Discussion

kevintran1308's avatar
kevintran1308
Contributor
4 years ago
Solved

Share the project with other team member

Hi, I have Testcomplete in my local machine.

How can I make the project shareable?

So that other team members can get or add their own tests.

 

Thank you

  • You can't both be in the same project at the same time.  You can use the same tests by having the other user start their own project and use the Add Existing option to point to your tests and run them.  

     

    You might consider adding your TC files to some version control tool like Git and sharing them the same way you do other code.

2 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    You can't both be in the same project at the same time.  You can use the same tests by having the other user start their own project and use the Add Existing option to point to your tests and run them.  

     

    You might consider adding your TC files to some version control tool like Git and sharing them the same way you do other code.

    • AlexKaras's avatar
      AlexKaras
      Champion Level 3

       version control tool like Git and sharing them the same way you do other code.

      But note that all elements of TestComplete project (except code units to some extent) are nearly not mergeable. Thus you *must* avoid merging by all means. (Which is correct for any other code, btw)