Running TestComplete in a Linux Bamboo Agent (through Docker?)
- 4 years ago
Hi,
TestComplete is essentially Windows application and can run only in this environment.
If you can setup the Bamboo agent on Linux in a way so it (agent) connects Windows box and starts TestComplete there, then you should be able to get what you need. (If I got your question right.)
> We do not need the UI available
Note, that while TestComplete can be started and can operate without active interactive user session (i.e. in a headless mode), active interactive user session is required if the tested application provides GUI. Otherwise (without interactive UI user session), tested application will not be able to render its UI and this will cause TestComplete test to fail because of inability to access this or that UI element of the tested application.