Appium Android Test Using Different Element Locators

Earlier in THIS POST, We learnt different element locators of android app like XPath, ID, Name And className to use in appium automation test script. We also learnt android application’s element locating strategy using findElements method of webdriver. I have prepared very simple appium android app test of real android mobile device’s calculator application where I have used all above … Read more

Run Appium Android Automation Test In Emulator

Earlier we learnt how to run android automation test in real android device using appium as described in THIS POST. So I am suggesting you to read It before running appium test in AVD. Also you can run appium test on android emulators (Android virtual device). We will learn how to run first appium test in android … Read more

Appium Tutorial For Android

Native android app Automation appium Tutorial step by step. Appium configuration tutorials for android app In windows are described in PART 1. Appium is free software automation testing tools which enables us to automate android and IOS software application’s testing process. We can automate Native, Hybrid and Mobile software web applications of android and IOS using appium software … Read more

Find Launcher Activity And Package Name Of Android App

Previously we learnt different three methods of finding any android application’s launcher activity name and package name. Still if you are unable to find launcher activity and package name of any android application then you can use any of bellow given two methods. It will helps you to find any .apk file’s package and launcher activity … Read more