Forum Discussion

ratner's avatar
ratner
Occasional Contributor
12 years ago

Running several projects one after another

Hi! I created several projects each containg one test. Now I can't seem to be able to figure out how to run them one after another in a particular sequence as I can only open one project at a time in TestComplete. How do I get around it? Any help is greatly appreciated.

3 Replies

  • AlexKaras's avatar
    AlexKaras
    Community Hero
    Hi Vlad,



    Create a new Project Suite and add your projects to it as existing items. Then organize projects on the Test Items pane of the Project Suite.
  • Hi Vlad, it is possible to automate Test execution using the Test Complete command line, as per this article.




    Using the available command line options, you should be able to write a batch file to acheive what you require.


     


    Regards,


    Phil Baird

  • ratner's avatar
    ratner
    Occasional Contributor
    Thank you both for your replies. Alex's solution is pretty straight forward, and works great. Thank you.