Appium mobile automation
  • About the Book
  • Introduction to Mobile Test Automation
  • Pre-requisites for Appium Verification
  • What is Appium
    • Appium 1.6.0
  • Installation Instructions
    • Installing Android SDK
    • Installing Appium using app
    • Install Appium using npm
    • Installing an App on Emulator
  • Appium For Beginners
    • Understanding Desired Capabilities
    • Desired Capabilities for Android
    • Cucumber-JVM-Appium - Gradle Project
    • Start Appium Server
  • Write your first Android Test
    • How to use UiAutomatorViewer
    • Appium Inspector
  • Execution of Android tests
    • Execute on GenyMotion Emulator
    • Execute on Real Device
  • Appium Advanced
    • How to automate gestures
    • How to Change contexts
    • Remote Debugging using chrome
    • Running multiple Appium Server for parallel execution
Powered by GitBook
On this page

Was this helpful?

Installation Instructions

Continuing from the last chapter, which was more to explain what Appium is about and the explanation of architecture. This chapter will detail how to write your first test and execute that.

Before installing Appium, you need to get few other things in ecosystem:

  • Android Studio or Android SDK

  • Install Appium

  • IDE of your choice (Eclipse or IntelliJ IDea)

I am assuming that JDK installation is already there and you have the latest version of java installed

PreviousAppium 1.6.0NextInstalling Android SDK

Last updated 5 years ago

Was this helpful?