Forum Discussion

kevintran1308's avatar
kevintran1308
Contributor
4 years ago
Solved

How to run multiple script tests

I have 2 or 3 scripts tests that need to run. It does not need to be in order.  For example, I have 3 script tests call Test1, Test2 and Test3. I created master script test that would run 3 tests ...
  • AlexKaras's avatar
    4 years ago

    Hi,

     

    Parallel execution of tests on the same machine is not possible. Only sequential one. This is just because TestComplete emulates human user and the human cannot work with tested application in parallel.

    Parallel execution on several machines is possible with the help of the Network Suite functionality. See https://support.smartbear.com/testcomplete/docs/testing-approaches/parallel-testing.html for more details.