Android Automation Setup on Windows/ MAC: Requirements

To Automate Android and iOS we will be using Appium. To set up the Appium server on your site you will need the following to be installed on Your Machine :

  1. JDK
  2. Android SDK
  3. Nodejs
  4. Eclipse
    • Download Eclipse
    • Unzip to get the Eclipse installer
    • Select Eclipse IDE for JAVE EE Developers
    • Note the installation location – /Users/[YourName]/eclipse/jee-neon in this case for MAC and C:Users[YourName]/eclipse/jee-neon in case of windows.
  5. Appium
    • Download Appium
    • If you are unable to open Appium – Go to system Preferences – Security and Privacy – You will see ” Appium” was blocked from opening because it is not from an identified developer warning and Open Anyway button – Click on the button to verify Appium and you will be able to launch Appium.
    • After wish you will be prompted to Authorise iOS simulator – click yes.
  6. Android Screen Monitor
  7. UIAutomatorViewer
    • For MAC:
      1. To Open UI AtuomatorViewer tool – Open Terminal
      2. Go to the Android Sdk tools location  – cd  /Users/[YourName]/Library/Android/sdk/tools
      3. type uiautomatorviewer – click Enter
    • For windows :
      1. Open Cmd prompt
      2. Go to Android tools location
      3. type uiautomatorviewer – Enter.

Published by C. A. Stubborn-Pen

Frustrated Independent Self Sufficient Woman

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.