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

Configure Project In Eclipse For Appium

Earlier we learnt how to setup environment in windows for run appium automation project, SDK installation, usage of tools like UI Automator Viewer to locate android app elements etc. Now everything is ready and we are just step away from running appium test in android device. Before that we need to create project in eclipse so … Read more