SlideShare a Scribd company logo
SELENIUM CONFERENCE 2016
LONDON
Dan Cuellar
@thedancuellar
• Creator of Appium
• Principal Development Manager at FOODit
• Previously at Shazam, Zoosk, and Microsoft
• BS in Computer Science from Carnegie Mellon
Advanced Appium: SeleniumConf UK 2016
Advanced Appium: SeleniumConf UK 2016
• Brief Overview
• What’s New in Appium 1.6
• Mac & Windows Apps
• Advanced Appium
• Visual Testing
• Mechanical Testing
• Grab Bag
• Multiple Devices
• How to Read SMS
• Speeding up the iOS Simulator
• Network Conditioning
• Useful Capabilities
• Ask Me Anything
Advanced Appium: SeleniumConf UK 2016
Advanced Appium: SeleniumConf UK 2016
• An implementation of the Selenium JSON-wire protocol that
controls native and hybrid iOS and Android application
• The most popular open source mobile functional testing
framework
UIAutomation /
UIAutomator
Appium
Server
Test Script
JSON-Wire Protocol Request
JSON-Wire Protocol Response
HTTP
• Use standardized and sanctioned APIs and techniques
• Code in the language of your choice
• Java, C#, Python, Ruby, Objective-C, node.js, PHP, and more
• Do not modify the application under test
• Keep it free and open source
In the last 3 years
• Over 4,000 Stars, 2,000 Forks on GitHub
• Over 200 Contributors and 5,000 commits
• Over 150,000 downloads of Appium 1.0
• Over 4,000 issues closed
Advanced Appium: SeleniumConf UK 2016
• Windows Support
• XCUITest based iOS implementation
• UIAutomator2 based Android support (BETA)
• js.foundation
• New GUIs
• Better docs and onboarding material
• StarDriver?
Advanced Appium: SeleniumConf UK 2016
https://github.com/Microsoft/WinAppDriver
https://github.com/2gis/Winium
Advanced Appium: SeleniumConf UK 2016
Advanced Appium: SeleniumConf UK 2016
https://github.com/appium/appium-for-mac
Advanced Appium: SeleniumConf UK 2016
Advanced Appium: SeleniumConf UK 2016
Advanced Appium: SeleniumConf UK 2016
Advanced Appium: SeleniumConf UK 2016
https://medium.com/@SimonKaz/appium-with-
image-recognition-17a92abaa23d#.cdfhwinzk
Advanced Appium: SeleniumConf UK 2016
• Calibrate the robot to map points in the physical world to points on a
device screen
• Run an app on the device with Appium that can tell you what
coordinates are being touched
• Touch three places on the device and record the physical and device-
centric coordinates
• Build a matrix to translate any point between the two systems
• Intercept touch actions with the Appium Server and send them to
the robot
Advanced Appium: SeleniumConf UK 2016
Advanced Appium: SeleniumConf UK 2016
• WebDriverAgent
• https://github.com/facebook/WebDriverAgent
• Multiple Simulators
• All Applications
• XCUITest
• Created by Apple
• Better support for future versions of iOS
Advanced Appium: SeleniumConf UK 2016
• Xcode 7 and iOS 9 do not support installing the speedup tool
automatically that previous versions of Appium used
• No worries, you can install it manually
• https://github.com/appium/appium/blob/master/docs/en/advanced-
concepts/iwd_xcode7.md
• Now your iOS tests will be fast again
• Android
• autoWebView – start in the webview context (really useful for
Cordova apps)
• Android
• ignoreUnimportantViews – can speed up your Android tests
• nativeWebScreenshot – takes the screenshot from UIAutomator
instead of chromedriver
• iOS
• locationServicesAuthorized – pre-authorizes location services
(prevents an alert)
• Auto[Accept|Dismiss]Alerts – useful to prevent alerts
• nativeWebTap – uses non-javascript taps on web content
• safariIgnoreFraudWarning – allows https without proper certs
• interKeyDelay - time between keystrokes
• sendKeyStrategy – (oneByOne, grouped, or setValue)
driver.setNetworkConnection(value) [Android only]
Value (Alias) Data Wifi Airplane Mode
0 (None) 0 0 0
1 (Airplane Mode) 0 0 1
2 (Wifi only) 0 1 0
4 (Data only) 1 0 0
6 (All Network on) 1 1 0
Advanced Appium: SeleniumConf UK 2016
Advanced Appium: SeleniumConf UK 2016
PERSONAL TAKEAWAY
“Life can be much broader once you discover one simple fact:
Everything around you that you call life was made up by people that
were no smarter than you and you can change it, you can influence it,
you can build your own things that other people can use.
Once you learn that, you'll never be the same again.”
-Steve Jobs
Advanced Appium: SeleniumConf UK 2016
Advanced Appium: SeleniumConf UK 2016

More Related Content

PDF
SeConf_Nov2016_London
PPTX
Selenium Camp 2016
PPTX
Advanced Appium
PDF
Selenium conference, 2016
PPTX
Best Practices in Mobile CI (webinar)
PDF
Introduction To Appium With Robotframework
PDF
An Introduction to Appium Desktop
PDF
Scaling your Automated Tests: Docker and Kubernetes
SeConf_Nov2016_London
Selenium Camp 2016
Advanced Appium
Selenium conference, 2016
Best Practices in Mobile CI (webinar)
Introduction To Appium With Robotframework
An Introduction to Appium Desktop
Scaling your Automated Tests: Docker and Kubernetes

What's hot (20)

PDF
[Srijan Wednesday Webinars] Building a High Performance QA Team
PDF
Selenium Camp 2016 - Kiev, Ukraine
PPTX
Live Panel: Appium Core Committers Answer Your Questions
PDF
Automation Best Practices
PDF
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium
PDF
Building serverless-applications
PDF
Mobile automation using selenium cucumber & appium
PDF
What's New With Appium? From 1.0 to Now
PDF
Selenium Testing on Chrome - Google DevFest Armenia 2015
PDF
10 things you didnt know about appium + whats new in appium 1.5
PDF
Appium Mobile Test Automation like WebDriver
PPTX
Advanced automated visual testing with Selenium
PDF
Awesome Test Automation Made Simple w/ Dave Haeffner
PPT
PDF
Cracking android app. Мокиенко Сергей
PDF
Learnings from Hybrid App Testing Jijesh Mohan
PPTX
Getting Started with Mobile Test Automation & Appium
PPTX
Sauce Labs+Applitools - Automated Visual Testing in the Cloud
PPTX
Everything You Need To Know about Appium and Selenium
PDF
Android UI Testing with Appium
[Srijan Wednesday Webinars] Building a High Performance QA Team
Selenium Camp 2016 - Kiev, Ukraine
Live Panel: Appium Core Committers Answer Your Questions
Automation Best Practices
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium
Building serverless-applications
Mobile automation using selenium cucumber & appium
What's New With Appium? From 1.0 to Now
Selenium Testing on Chrome - Google DevFest Armenia 2015
10 things you didnt know about appium + whats new in appium 1.5
Appium Mobile Test Automation like WebDriver
Advanced automated visual testing with Selenium
Awesome Test Automation Made Simple w/ Dave Haeffner
Cracking android app. Мокиенко Сергей
Learnings from Hybrid App Testing Jijesh Mohan
Getting Started with Mobile Test Automation & Appium
Sauce Labs+Applitools - Automated Visual Testing in the Cloud
Everything You Need To Know about Appium and Selenium
Android UI Testing with Appium
Ad

Viewers also liked (15)

PDF
Automating the responsive website testing
PDF
Making cross browser tests beautiful
PDF
Berlin Selenium Meetup - Galen Framework
PPTX
Automated layout testing using Galen Framework
PPTX
Get responsive with Galen
PDF
Testing responsive web design pdf
PDF
Testing Responsive Webdesign
PDF
Cross browser testing using BrowserStack
PPT
Responsive Web Design testing using Galen Framework
PPTX
Visual Regression Testing
PPTX
Grading the Quality of Selenium Tests
PDF
Appium: Prime Cuts
PPTX
A Complete Guide to Testing Responsive Websites
PPTX
Galen Framework - Responsive Design Automation
PDF
London Hashicorp Meetup #8 - Testing Programmable Infrastructure By Matt Long
Automating the responsive website testing
Making cross browser tests beautiful
Berlin Selenium Meetup - Galen Framework
Automated layout testing using Galen Framework
Get responsive with Galen
Testing responsive web design pdf
Testing Responsive Webdesign
Cross browser testing using BrowserStack
Responsive Web Design testing using Galen Framework
Visual Regression Testing
Grading the Quality of Selenium Tests
Appium: Prime Cuts
A Complete Guide to Testing Responsive Websites
Galen Framework - Responsive Design Automation
London Hashicorp Meetup #8 - Testing Programmable Infrastructure By Matt Long
Ad

Similar to Advanced Appium: SeleniumConf UK 2016 (20)

PPTX
Appium - test automation for mobile apps
PPTX
Mobile Automation with Appium
PPTX
Appium overview (Selenium Israel #2, Feb. 2014)
PPTX
Selenium Conference Austin 2017 - Automate Windows and Mac Apps With The WebD...
PPTX
ATAGTR2017 Appium
PDF
Shifting landscape of mobile automation, and the future of Appium - Jonathan ...
PPTX
Appium.pptx
PPT
Android Application Development Using Java
PDF
Appium Introduction
PPTX
Mobile Application Testing
PPTX
Mobile Application Testing
PDF
Automated Mobile Testing using Appium.pdf
PDF
A Comprehensive Guide to Cross-Platform Mobile Test Automation Using Appium.pdf
PDF
On boarding Appium Open Source
PPTX
Appium meet up noida
PPTX
Automation using Javascript
PPTX
Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)
PPTX
Ios driver presentation copy
PPTX
Automation testing on ios platform using appium
PPTX
Mobile UI Testing using Appium and Docker
Appium - test automation for mobile apps
Mobile Automation with Appium
Appium overview (Selenium Israel #2, Feb. 2014)
Selenium Conference Austin 2017 - Automate Windows and Mac Apps With The WebD...
ATAGTR2017 Appium
Shifting landscape of mobile automation, and the future of Appium - Jonathan ...
Appium.pptx
Android Application Development Using Java
Appium Introduction
Mobile Application Testing
Mobile Application Testing
Automated Mobile Testing using Appium.pdf
A Comprehensive Guide to Cross-Platform Mobile Test Automation Using Appium.pdf
On boarding Appium Open Source
Appium meet up noida
Automation using Javascript
Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)
Ios driver presentation copy
Automation testing on ios platform using appium
Mobile UI Testing using Appium and Docker

Recently uploaded (20)

PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Encapsulation theory and applications.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
KodekX | Application Modernization Development
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPT
Teaching material agriculture food technology
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Machine learning based COVID-19 study performance prediction
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
Big Data Technologies - Introduction.pptx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
Advanced methodologies resolving dimensionality complications for autism neur...
Encapsulation theory and applications.pdf
NewMind AI Monthly Chronicles - July 2025
Review of recent advances in non-invasive hemoglobin estimation
KodekX | Application Modernization Development
Reach Out and Touch Someone: Haptics and Empathic Computing
The Rise and Fall of 3GPP – Time for a Sabbatical?
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Teaching material agriculture food technology
Diabetes mellitus diagnosis method based random forest with bat algorithm
Machine learning based COVID-19 study performance prediction
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Digital-Transformation-Roadmap-for-Companies.pptx
Approach and Philosophy of On baking technology
Big Data Technologies - Introduction.pptx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
20250228 LYD VKU AI Blended-Learning.pptx
Spectral efficient network and resource selection model in 5G networks

Advanced Appium: SeleniumConf UK 2016