Locating Android App Elements Using UI Automator Viewer

In previous post we learnt how to enable developer option and USB debugging mode in android device to connect android device with PC. So next steps is to learn element locators for android software app. Before learning about UI Automator Viewer, You must knows why we need it. To automate android software app using appium, You … Read more

Connect Android Device With PC In USB Debugging Mode To Run Appium Test

You need to connect real android device with PC in USB debugging mode in order to run android app automation tests in real android device using appium. Later on we will also learn how to run android app test in virtual device. First we will use actual android device which is connected with PC in USB … Read more

Install Other Required Software For Appium Configuration

In previous steps, we learnt how to integrate android SDK with eclipse using ADT plugin. Before installing appium, Please make sure bellow given software are installed in your system. If bellow given software are not installed in your system then it can create problem on any stage of android app automation testing process. So I … Read more

Steps To Install Eclipse ADT Plugin To Use Android SDK With Eclipse

Earlier we learnt how to install android SDK in THIS POST and set ANDROID_HOME and Path variable in THIS POST to set android development and software app test environment in windows. Now this is time to integrate android SDK with eclipse IDE to access SDK tools in eclipse IDE. Android offers plugin called Android Developer Tools … Read more