Forum Discussion

cissy's avatar
cissy
Occasional Contributor
13 years ago

TC run several project in one time

Usually, TC just could run one project one time, and I want to know wether TC could run several project suits one time?

In especial, Can I call several project to run when I used TC by command Line?



Thanks!

3 Replies

  • makh_dv's avatar
    makh_dv
    Occasional Contributor
    Generally you cannot.



    But if you can explain what scenario you want to get, there can be workarounds.

    If you want to use tests from several projects at the same time - it is possible.

    Of cause UI interaction will stay in single thread, due to its nature: one mouse, one keyboard, one user at the same time.
  • cissy's avatar
    cissy
    Occasional Contributor
    The situation of my case is:

     there are several projects, and I want to use ANT to start TC,but TC just can run one project at one time,.

    How can I run several projects ?



    Thanks!
  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    Have ANT use multiple command line calls to TC to execute each project in the desired sequence.