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

Install/Uninstall App In Emulator (AVD) Of Android From Command Prompt

I hope, All of you aready know how to install or uninstall app in real android device. But If you wants to work with android emulators for manual or automation testing, You must be aware about how to install or uninstall android applications in android emulators. Here I am present steps of how to install … Read more