kevintran1308
4 years agoContributor
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 above.
How can I do that?
Thank you
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.