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:
![](/Support/Attachment/108195.aspx)
![](/Support/Attachment/108196.aspx)
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
![](/Support/Attachment/108197.aspx)
Sample Test
![](/Support/Attachment/108204.aspx)
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
![](/Support/Attachment/108198.aspx)
Device View
![](/Support/Attachment/108199.aspx)
Devices Dashboard
![](/Support/Attachment/108200.aspx)
Execution Report in Rapise
![](/Support/Attachment/108201.aspx)
Execution Report in SeeTest
![](/Support/Attachment/108202.aspx)
![](/Support/Attachment/108203.aspx)