Skip to main content

Appium Studio for IntelliJ - Build Your First Test

Open a Device

From the Cloud Devices view, select a device and click Open.

The device reflection is displayed.

Install and Launch Your Application

From the Applications view, click Install → Launch.

The Terminal view displays a successful notification for both operations. You can select the Console window for more information.

Write Your Test Logic

To write the test logic:

  1. Click the Dump UI icon (), right to the device reflection. A dump file is created and is opened by the editor.

  2. Select the element to interact with (like the Username text field).you can view all of the properties of the element.

  3.  In the Dump Properties view, right-click the property you would like to use to identify the element, then click Copy as XPath.

Run and Verify Your Test Code

Run your test and watch it work on the device view.