Install the Mobile Engine 3.0

The Mobile Engine 3.0 is part of the Tricentis Tosca standard installation. For a simplified setup and configuration of iOS and Android devices in your in-house device labs, we recommend to install Tricentis Mobile Agent. With Tricentis Mobile Agent, you don't need to worry about installing Appium, Java components, or configuring environmental variables.

Before you install Tricentis Mobile Agent, make sure you've installed Tricentis Tosca.

System requirements

For information about software versions and hardware requirements for test automation with the Mobile Engine 3.0, see the system requirements.

Configure the proxy server

If you use a proxy server and want to execute your test on a remote or cloud device, follow these steps to configure the proxy server:

  1. Open the file %PROGRAMFILES(x86)%\TRICENTIS\Tosca Testsuite\TBox\MobileServer\Tricentis.Automation.Mobile30Server.dll.config.

    Note that if you've installed Tricentis Tosca in the default directory, you need local administrator rights to edit this file.

  2. Add the following code before the closing </runtime> tag and replace http://your-proxy-server-address:port with the address of your proxy server.

    Copy
    <system.net>
        <defaultProxy>
            <proxy usesystemdefault="false" proxyaddress="http://your-proxy-server-address:port" />
        </defaultProxy>
    </system.net>