Forum Discussion
Dmitry_Nikolaev
Staff
16 years agoHi Jarrett,
No, different tests cannot run in parallel. TestComplete performs actions with the tested application's GUI (clicks, keystrokes, etc.) in the same way as a user does, and it requires control over your PC. So, if you perform one GUI test, you cannot run other tests at the same time as this will break the testing process.
You can use virtual workstations to run several tests simultaneously. Also, you can run tests one by one.