The section below explains step by step procedure to develop an automated test case again Experitest Cloud Platform.
SEO Metadata | ||
---|---|---|
| ||
The section below explains step by step procedure to develop an automated test case again Experitest Cloud Platform. |
Open a device
In the 'Cloud Devices' view select an Android device and click on the 'Open' button.
Install and launch your application
In the 'Applications' view click on 'Install'. Then click on 'Launch'.
The 'Console' view will show you a successful notification for both operations.
...
The easiest way to add both the install and launch capabilities. Select the application section title in the 'Applications' view and drag it to the code area.
Write your test logic
...
A 'dump' file is created and is open by the editor.
Select the element you would like to interact with (Example: 'Username' text field).
...
Add all the 'interesting' elements on the page to the repository.
Build your test flow
...