How to using TestExecuteLite.exe for Parallel tests
We need the TestExecuteLite run in parallel in our device cloud. the TELite have been the float license for testing.
And we have try the steps:https://support.smartbear.com/testexecute/docs/running/cross-platform-tests/run/command-line.html
The above steps is for Command Line. but we are failed when we run it in our TELite machine.
The error as below:
If we are using the help document:
The error as below:
So we are not sure what's wrong with it. if we are using testexecute.exe for command will be fine and it's worked.
but we are using testexecuteLite.exe for testing will be failed.
So anyone have the demo step or help document?
Thanks very much.
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.
-