Configuration

First you need to obtain your access key.

https://docs.experitest.com/display/TE/Obtaining+Access+Key

Then create a Mobile Profile and fill the capabilities. The minimal set consists of the uri, accessKey, application settings and device/platform settings.

Uri for SeeTest is

https://cloud.seetest.io/wd/hub

You may put an application on your server and make it accessible via a URL or you may upload it to SeeTest.

https://docs.experitest.com/display/TE/Application+Setup

Here is an example of a SeeTest mobile profile:

Read about Device Queries

https://docs.experitest.com/display/TE/Device+Queries

 

Test Development

Once the profile is configured one may use Mobile Spy and do recording and playback of mobile tests.

Mobile Spy

Sample Test

Main.js


function TestPrepare()
{
    SeSConnectMobile();
}

function Test(params)
{
	RVL.DoPlayScript("Main.rvl.xlsx", "RVL");
}

g_load_libraries=["Mobile"]

 

Execution

One may view the device being tested on the cloud.seetest.io:

Execution Dashboard

Device View

Devices Dashboard

Execution Report in Rapise

Execution Report in SeeTest