- Mar 18, 2018
- admin
- 0
Appium on Android
The situation is almost similar in case of Android where Appium proxies commands to a UIAutomator test case running on the device.
UIAutomator is Android’s native UI automation framework which supports running junit test cases directly in to the
device from the command line. It uses java as a programming language but Appium will make it run from any of the WebDriver supported languages.
Read more about Mobile applications testing using Appium