Open mobile websites

With the Mobile Engine 3.0, you can open mobile websites in Safari Mobile or Chrome for Android.

To do so, use the Module OpenUrl.

This Module is part of the Standard subset. You can find it under Standard modules->TBox XEngines->Html.

To open a website on your mobile device, follow the steps below:

  1. Specify the test configuration parameters to establish a connection with the device.

  2. Drag and drop the OpenUrl Module onto your TestCase. It must be the first TestStep of your TestCase.

  3. In the TestStepValue Url, enter the address of the website you want to open.

  4. Leave the TestStepValue UseActiveTab empty.

    Mobile Engine 3.0 always opens your web application in a new browser window.

  5. Set the ActionMode to Input.

In the example below, you open the website http://support.tricentis.com in a mobile browser.

OpenUrl Module in a TestCase