Forum Discussion

allenj2020's avatar
allenj2020
Contributor
7 years ago
Solved

TestComplete scalability vs Appium

Hello all,   I'm a long time TestComplete desktop user, but we're developing a companion mobile app for the first time. I'm in the early stages of researching automation options.   Appium seems ...
  • AlexKaras's avatar
    7 years ago

    Hi Allen,

     

    > Will it support, or are there plans to support:

    Obvious note : this is a user forum and none of us is informed about development plans. You may contact Support directly via the https://support.smartbear.com/message/?prod=TestComplete form and wonder if they can provide any piece of information.

     

    Nevertheless:

    -- Multiple physical devices on the same machine are supported but in sequential execution mode (i.e. tests can be executed on only one device at a time);

    -- Cloud device farms are not supported. (Yet?). Though AWS cloud itself is supported - search https://support.smartbear.com/articles/testcomplete/ page for the 'Cloud' word - there are 5+ articles on the topic;

    -- Application deploy (installation) to device is supported;

    -- Android emulators are supported.

     

    P.S. With TestComplete it is possible and not complex to create tests that interact with both desktop and mobile. E.g. do something in mobile and process the result in desktop. This is something that obviously cannot be implemented with Appium.