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

How To Create And Start An Android Virtual Device(Emulator) To Run Appium Test

In previous post, We executed first appium test successfully in android mobile device. Also you can use Android Virtual Device(Emulators) to run automation tests on nadroid app using appium. So let’s learnt how to create android emulator in windows system to rum appium test on it. This post will describe you how to create (AVD) In Windows. … Read more

Appium – Run First Android Automation Test Using In Eclipse

We have configured appium project in eclipse during previous post. Now we are all set to create and run first appium software automation test script on android mobile device. In this steps we will learn how to create first appium automation softwre test script in eclipse and then run it in real android mobile device. … Read more