Forum Discussion

jcruz's avatar
jcruz
Contributor
11 years ago

Run Several Projects

Hi Everyone!!!



I have 10  Test projects, but I need to create one which depending on a button Runs one of them, I dont have idea about how I can do that.



Also, I would like to know if there is possible to make a test project as .Exe



Regards



Have nice day

2 Replies

  • Aure's avatar
    Aure
    Occasional Contributor


    It not really clear. But if you want to make your test easier to run, I see 2 options:



    - If you don't have time, the easiest way is, as Marsha said, to use command line.

    You can write a batch file for this.



    - If you have a little programming skills and time, you can create your own .exe and work with the TestComplete COM library.



    For my part I use the second option, I find it more flexible and there is more options to manipulate Testcomplete.



    Then you can easily scheduled or run your tests by using the Task Scheduler of windows by calling your batch or .exe (depending on the solution adopted)