How to using TestExecuteLite.exe for Parallel tests
- 4 years ago
Hi,
> But if we are using TestComplete or TestExecute for Command will be work.
Not everything supported by TC/TE is supported by TELite.
Quote from the help article (https://support.smartbear.com/testexecute/docs/running/cross-platform-tests/about.html) I mentioned above:
Unsupported features
-
Desktop tests. Tests that simulate user actions over Windows desktop applications cannot run in parallel.
-
Non-cross-platform web tests. Tests that simulate user actions over local web browsers accessed via ways other than by using Selenium Grid cannot run in parallel. For example, if your web test launches a web browser by using the Run Browser operation or accesses a web browser by using the
Sys.Browser
object, the test engine will not run it and report an error. -
Mobile tests. Tests that simulate user actions over mobile devices connected to your local workstation via the
Mobile
object cannot run in parallel.
-