TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Appium

Mobile Automation Setup Guide

Appium Tutorials

Mobile Automation Guide

In this guide, let’s go through the steps to setup Mobile Automation for android applications. The environment used in the guide is the Windows 10 operating system.

 Install the Android Studio SDK

Download latest Android Studio SDK latest from the URL https://developer.android.com/studio

 

Locate the download and Install the android-studio-bundle windows application

 

Check the Start Android Studio and click upon Finish button

 

Configure the Android Environment

Create a new user variable with Name: ANROID_ HOME  and  value:  Android Studio location

Add location to the System Environmental Variable “Path” for example as

“C:\android\tools;”

“C:\android\platform-tools;”

 

Check the configuration is successful by executing the command.

 

 

/> adb devices

Check the Installation from SDK Manager. Install the packages accordingly.

 

 Appium Installation:

Down load the latest Appium from the followed link:http://appium.io/downloads.html

Run the Appium Installer Application to Install the Appium Server.

 

 Setting up Emulator:

Check the AVD Manager and SDK Manager. Click on the AVD Manager to Create and/or Start an Emulator

 

Click on Start after selecting an Emulator

Post starting the Emulator from AVD Manager the Emulator is displayed as follows :

Note: Starting the Emulator may be delayed based on the system configuration

Wait till the Device booting is completed and Android home screen is displayed in the Emulator.

 

Check in the console if the device (Emulator) is listed by “ADB Devices” as follows :

 

 

Mobile Automation Setup is complete. You can start developing automation code using Android Studio.

Running a Sample test

https://www.testingdocs.com/running-appium-test-on-android-virtual-machine/

 

Download PDF

Mobile Automation Setup Guide

Related Posts

pCloudy Device List

Appium /

pCloudy Continuous Testing Cloud

Introduction to Appium

Appium /

Introduction to Appium

Appium Studio for Eclipse

Appium /

Appium Studio for Eclipse

Appium Architecture

Appium /

Appium Architecture

Install Appium Desktop Server

Appium /

Install Appium Desktop Server

‹ Install Appium Desktop Server› Appium Architecture

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version