Forum Discussion

caryntjen's avatar
caryntjen
New Contributor
3 years ago
Solved

Running TestComplete in a Linux Bamboo Agent (through Docker?)

Hi, We are working with Bamboo and I want to run tests created in TestComplete to be run on Bamboo. Now the problem is we only have Bamboo Agents that support Linux and not Windows. We do not ne...
  • AlexKaras's avatar
    3 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.