
Step 1: Open the ADB command line UtilityĪDB is a command-line utility included with Android SDK. ADB can control your device over USB from a computer, copy files back and forth, install and uninstall apps, run shell commands etc. It is a communication interface between the Android phones and computer. Let’s find out the steps for connecting multiple devices via Android Debug Bridge (ADB) over Wi-Fi Appium server, Android SDK etc should be installed in our PC One of the main advantages of Appium is that it is cross platform and same test script can be used for testing the application on multiple platforms or different versions of the same platform. Considering that a typical mobile test automation has to be performed in multiple platforms and devices, parallel test execution is an essential activity. The steps below describe how automated test execution can be performed in multiple Android devices in parallel.ġ. USB debugging should be enabled in the target devices.Ģ.

Appium is in fact, an HTTP Server that exposes a REST API which receives connections from a client, listens for commands, executes those commands on a mobile device, and responds with an HTTP response representing the result of the command execution.

Appium is an open source tool for automating native, mobile web, and hybrid applications on iOS mobile, Android mobile and Windows desktop platforms.
