Forum Discussion

p-95's avatar
p-95
Occasional Contributor
13 years ago

Reference from one projec to another

Hi.



Is there a way to create referance from one project to another?



In my tests I have specific project for some injector and another project for some component.

I would like to create scenario that start in the components tests, after it inject(using another project) and after it continue the component test.





Thanks

Ziv

3 Replies

  • AlexeyK's avatar
    AlexeyK
    SmartBear Alumni (Retired)
    Is there any way to run couple of project suite?


    Yes, but not from within TestComplete or TestExecute. You can create a batch file and run TestComplete from the command line two times in series (run one project suite, then another project suite). See TestComplete Command Line.
  • AlexeyK's avatar
    AlexeyK
    SmartBear Alumni (Retired)

    Hi Ziv,


    As far as I know, it is impossible to call tests of one project from another project.



    A possible solution is to put these projects into one project suite and run the project suite. In this case, the projects will run one after another like you want.



    Another possible solution is to share test files, for instance, script units between the projects. In this case, you will be able to use the tests in both projects. But this approach may also require sharing additional files (like name mapping, stores and others).

  • p-95's avatar
    p-95
    Occasional Contributor
    Currently I'm using the second option you mentioned.



    Is there any way to run couple of project suite?