Wednesday 13 May 2015

Appium - Installation

Appium is an opensource test automation tool to work with native, hybrid and mobile web apps.

Appium Softwares: 
Below are the bunch of software's and configuration's need to be done to work with APPIUM automation tool.

1. JDK 

2. Download Eclipse IDE


4. Install Android SDK

5. Set the Environment variable for Android SDK.
6. Install Appium Server for windows os.

7. Download the Appium java client jar file.

8. Download the Selenium Webdriver java client jar file.

9. Install Phone Drivers

10. Enable Developer options in the mobile device.
11. Enable USB Debugging in Mobile Device.
    http://automation-home.blogspot.com/2015/12/enable-developer-options.html

Watch Demo

2 comments:

  1. HI PRAVEEN,

    I'M STARTING TO WORK ON MOBILE AUTOMATION.
    QUESTION, ALL OF THIS STEPS SHOULD FOLLOW IN ORDER APPIUM WORK ?

    THANKS A LOT

    ReplyDelete
  2. yes,
    if you have already setup/configured any of the above steps then skip those steps.

    ReplyDelete