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, we recommend that you install Tricentis Mobile Agent. With Tricentis Mobile Agent, you don't have to worry about installing Appium, Java components, or configuring environmental variables.
Before you install Tricentis Mobile Agent, make sure you have installed Tricentis Tosca.
System requirements
For information regarding 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, you have to modify the file %PROGRAMFILES(x86)%\TRICENTIS\Tosca Testsuite\TBox\MobileServer\Tricentis.Automation.Mobile30Server.dll.config.
If you have installed Tricentis Tosca in the default directory, you need local administrator rights to edit this file.
In Tricentis.Automation.Mobile30Server.dll.config, add the following code before the closing </runtime> tag and replace http://your-proxy-server-address:port with the address of your proxy server.
<system.net>
<defaultProxy>
<proxy usesystemdefault="false" proxyaddress="http://your-proxy-server-address:port" />
</defaultProxy>
</system.net>