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

Appium Tutorials Part – 1

Appium Tutorial : Mobile software application’s craze is increasing day by day. Also peoples are converting there current running software web sites in mobile version and creating apps for mobile application software. For testing point of view, It is very important for us to learn mobile’s software application automation testing to stay connected with new … Read more

Steps To Download And Install Android SDK In Windows

What Is Android SDK? Android SDK is software development kit which enables you to create applications for android platform. For example if you wants to create game for android phone, you need installed android SDK with java programming. Also it provides ability to create emulators to test new created games or any other android apps. … Read more