Appium with Android Configuration.  Download Appium server: https://bitbucket.org/appium/appium.app/downloads/  Choose the latest version of appium.

Slides:



Advertisements
Similar presentations
Lecture 6 Testing and Debugging on a Physical Android Device and other Power User Stuff.
Advertisements

3) CircuitWorks Component Library
Royalty Free Music for Schools Do You Have the To Do a Podcast?
Coursework 2: getting started (1) – running the phone emulator Chris Greenhalgh G54UBI / Chris Greenhalgh
Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
Introduction to Android Studio
UFCFX5-15-3Mobile Device Development Android Development Environments and Windows.
Setting up the Development Environment Copyright © SUPINFO. All rights reserved Preparation.
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
© Frank Mueller & Seokyong Hong (TA) North Carolina State University Center for Efficient, Secure and Reliable Computing Android Installation Guide (2)
By Ms.A.C.Sumathi AP(SG)/ Dept of CSE SNS College of Engineering, CBE.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Three-tier Mobile Application Testing Framework:
Google Maps Android API v2 吳俊興 國立高雄大學 資訊工程學系 CSF645 – Mobile Computing 行動計算
Servlets Environment Setup. Agenda:  Setting up Java Development Kit  Setting up Web Server: Tomcat  Setting up CLASSPATH.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Android. The Eclipse IDE Installation Requirements: Eclipse Java Windows All must match (32-bit OR 64-bit) If you have a 64-bit OS & 32-bit browser,
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
1 Bulk Administration Tool BAT Installation and Configuration By Prof. Valencia Community College.
Eclipse Tutorial Barrett Summer Scholars 2011 Sustainable Engineering: Learning to Engineer Truly Green Products.
© 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. Android Boot Camp.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
First Venture into the Android World Chapter 1 Part 2.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
* DataSpace. * What is DataSpace * DataSpace is a third party add-on to ArcGIS Desktop * Developed by US Bureau of Reclamations * Allows the user to arrange.
How to Install Eclipse Click hereClick here to download Eclipse.
ANDROID APPLICATION DEVELOPMENT. ANDROID DEVELOPMENT DEVELOPER.ANDROID.COM/INDEX.HTML THE OFFICIAL SITE FOR ANDROID DEVELOPERS. PROVIDES THE ANDROID SDK.
TODAY Android Studio Installation Getting started Creating your 1 st App Beginning to understanding Intents.
DEVOLOPING ANDROID APP ON LOCATION BASED REMINDER ON ANDROID MOBILE SYSTEMS.
Subversion (SVN) is a widely used version control system and an essential piece of the MIMES collaborative modeling environment. It allows us to manage.
Installation of Visual Studio Android emulator and Android Studio
Jozef Goetz Credits: Copyright  Pearson Education, Inc. All rights reserved. expanded by J. Goetz, 2016.
* DataSpace is a third party add-on to ArcGIS Desktop * Developed by US Bureau of Reclamations * Allows the user to arrange data without actually moving.
Fixing Windows 10 Automatic Updates Install Problem
Android apps development - Eclipse, Android SDK, and ADT plugin Introduction of.
THE NEW MOBILE WORKSPACE Enable Business Applications on Mobile Devices hopTo Work “I am amazed to see how easily hopTo transforms the user interface of.
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
Day 1 Session 2. Setup & Installation
COM594: Mobile Technology Practical – Week 1 Android and Android Studio.
 There are three things to get Trend Micro software for your PC. They are Download, Installation and Activation of the software license. Trend Micro.
TIZEN STUDIO INSTALLATION & ENVIRONMENT SETUP FOR DEVLAB
How to Start SQL Server and SSDT BI in Local
ETS Inside Product Launch
Application Setup.
Obtaining the Required Tools
Creating your first C++ program using Visual Studio 2010
CIS 470 Mobile App Development
Automation for mobile apps Presenter: Nikita Mader
Mobile Application Development with MeeGo™ - Programming with SDK
Android Studio Hello World
John D. McGregor Module 0 Session 2 Infrastructure and problem
Instructions for Windows users:
Where does Netflix save downloads on my device? iOS Android PC Mac
Instructions for Windows users:
Instructions for Windows users:
Android Application Development
AUDACITY Home Home Preparation Step1 Step2 Step3 Step4 Step5 Step6 Step7 Step8 Step9 Step10PreparationStep1Step2Step3Step4Step5Step6Step7Step8Step9Step10.
How to Get Hotmail on Android Phone? | Hotmail Helpline Number USA
Presentation transcript:

Appium with Android Configuration

 Download Appium server:  Choose the latest version of appium ◦ For Mac: appium.dmg ◦ For Windows: AppiumForWindows.zip  Double-click the file to install

 Download Stand-alone SDK Tools NOT Android Studio  For Mac: android-sdk_rXX.X.X-macosx.zip ◦ install into /Library/Android  For Windows: installer_rXX.X.X-windows.exe

 Appium requires ANDROID_HOME to work with android SDK  You MUST configure ANDROID_HOME environment variable and add it to your system Path.

vi ~/.bash_profile export ANDROID_HOME= export PATH=$PATH:$ANDROID_HOME/tools export PATH=$PATH:$ANDROID_HOME/platform-tools press 'i' on your keyboard to insert test while in vi

 Go to Environment Variable  Click 'New' to add a new variable ◦ name: ANDROID_HOME ◦ path:  Locate existing Path variable  Click Edit, and at the end add: ◦ %ANDROID_HOME%\tools;%ANDROID_HOME%\plat form-tools;  Save and close EVERYTHING

Open Android SDK Manager and install:  Tools: ◦ Android SDK Tools ◦ Android SDK Platform-tools  Latest Android SDK: ◦ SDK Platform ◦ Intel x86 Atom System Image  Extras: ◦ Intel x86 Emulator Accelerator (HAXM installer) (After downloading you must manually run the HAXM installer)

 Open Android Virtual Device Manager and Create a new virtual device:

Select the desired virtual device image and click Start

 Locate Appium app and double-click to open  Click the android icon, then enter ◦ App Path ◦ Platform Name ◦ Device Name ◦ Automation Name  Click Launch button

 This will only work if ANDROID_PATH is configured, and has been added to system PATH!  While Appium Server and Emulator running click the spy-glass icon ◦ This will install your test app unto the emulator ◦ Open the app ◦ Open element inspector