SlideShare a Scribd company logo
Your Topic www.company.com
Appium
Mobile Automation Testing Made Awesome
Miss. Tuyet Ngo
Senior Quality Assurance
Your Topic www.company.com
INTRODUCTION
ABOUT MYSELF
Now… Let’s talk about
1
Your Topic www.company.com
AGENDA
Introduction1
What is Appium?2
How does Appium work?3
Compare Appium versus other testing mobile tools4
Testing web and app on local and cloud5
Tips to work in automation testing on mobile6
2
Your Topic www.company.com
Introduction
Audience
Tester
SO
Dev
BA
3
Vu: What is SO? Solution? I noted SO:
mobile testing
Your Topic www.company.com
Introduction
• How does Appium work? • Can make a mobile
testing on local and cloud
• Basic knowledge to go further
• What is Appium? • Appium’s highlight
4
Your Topic www.company.com
Introduction about Mobile Phone
5
Your Topic www.company.com
Number of available apps in the Apple App Store
in 2008-2017
Source: TechCrunch, Statista 2017
6
Your Topic www.company.com
Number of mobile app downloads worldwide in
2016, 2017 and 2021
Source: TechCrunch, Statista 2017
7
Your Topic www.company.com
Frank
Appium
Robotium
Ranorex
Espresso
MonkeyRunner
TestComplete Testdroid
Calabash
eggPlant
UIAutomator
Selendroid
SeeTest
Telerik
8
Your Topic www.company.com
Appium?
9
Your Topic www.company.com
What is Appium?
•Open-source tool
•Test native, hybrid application and mobile web on
both iOS and Android platform
•Support many program languages
•Cross-platform
Your Topic www.company.com
Native app
• applications
developed
specifically for a
mobile OS
• fastest, most
reliable and
responsive
experience
• cost more, and
take longer to build
Hybrid app
• websites packaged
into a native
wrapper
• save time, money,
easier to scale
• performance,
experience to user
Web app
• accessed via a
web browser over
a network
• doesn’t take
memory, storage,
simple
• can’t work offline,
lack of experience
to users
Web App, Native and Hybrid App
11
Your Topic www.company.com
Appium’s Highlight
Instrumentation
UIAutomator
UIAutomation
XCUITest
Cross-platform WinAppDriver
12
Your Topic www.company.com
Appium
Concepts
Client
Desired
Capability
Server
Session
Your Topic www.company.com
Desired Capability
{
"platformName": "iOS",
"platformVersion": "11.0",
"deviceName": "iPhone 7",
"automationName": "XCUITest",
"app": "/path/to/my.app"
}
Client Server
Hey server,
create a session with desired capabilities
Ok dude, keep this session ID
Reference: Appium Desired Capabilities 13
Your Topic www.company.com
Appium Architecture
14
Your Topic www.company.com
Your Topic www.company.com
Your Topic www.company.com
Appium versus other tools
15
Your Topic www.company.com
Installation and Configuration
•Environment
•Xcode
•Android SDK
•JDK
•Appium server
•Client Libraries
16
Your Topic www.company.com
Installation and Configuration For iOS device
1. Mac OS X 10.7 (minimum version required)
2. Enroll for iOS Developer program with valid Apple id account.
3. Download and Install Xcode updated version (prefer)
4. Create a provisioning profile for the launcher
5. Find UDID of iOS device
6. Turn on Web Inspector on IOS Device
7. Install brew
8. Install ios_webkit_debug_proxy
17
Your Topic www.company.com
Installation and Configuration for Android
1. Android SDK (install suitable packages)
2. Enable USB debugging option
3. Check the Google USB Driver box, and click the Install button
4. Create a provisioning profile for the launcher
5. Find UDID of iOS device
6. Turn on Web Inspector on IOS Device
7. Install brew
8. Install ios_webkit_debug_proxy
18
Your Topic www.company.com
Don’t talk any more.
Proof it!
19
Your Topic www.company.com
OK! But keep clam
to see scenario first
20
Your Topic www.company.com
Web
• Open google web
• Search “B4U Conference”
• Verify searching result
App
• Open app
• Go to a function
• Do some actions
• Verify the result
Scenarios
21
Your Topic www.company.com
Configuration
22
Your Topic www.company.com
ACTION!
NOW
23
Your Topic www.company.com
TIPS
24
Your Topic www.company.com
Your Topic www.company.com
Identify Element on Mobile Apps
1. Tools
• UIAutomator Viewer
• Appium inspector
• Chrome-devtools
2. Api
• getPageSource()
25
Your Topic www.company.com
Identify Element on Mobile Apps (Cont.)
1. By ID (resource-id)
2. By name (text)
3. By className (class)
4. By AccessibilityId (content-desc)
5. By AndroidUIAutomator
6. By Xpath
26
Your Topic www.company.com
Identify Element on Mobile Apps (Cont.)
27
Your Topic www.company.com
Swipe Horizontal on Mobile
• size = driver.manage().window().getSize()
• int startx = (int) (size.width * 0.70)
• int endx = (int) (size.width * 0.30)
• int starty = (int) size.height / 2
• driver.swipe(startx, starty, endx, starty, 3000)
• driver.swipe(endx, starty, startx, starty, 3000)
Get size
Start point
End point
Swipe
Vertical point
28
Your Topic www.company.com
Swipe Vertical on Mobile
• size = driver.manage().window().getSize()
•
• int startx = size.width / 2
Get size
Start point
End point
Swipe
Vertical point
int starty = (int) (size.height * 0.80)
• int endy = (int) (size.height * 0.20)
• driver.swipe(startx, starty, startx, endy, 3000)
• driver.swipe(startx, endy, startx, starty, 3000) 29
Your Topic www.company.com
30
Your Topic www.company.com

More Related Content

PDF
Appium - Reality check on the world’s leading Open Source Framework for Mobil...
PDF
On boarding Appium Open Source
PDF
G plus pres
PPSX
Cross platform test automation using Appium
PDF
App stores + cordova... get excited!
PPTX
Appium - test automation for mobile apps
PPTX
How to Avoid app store rejection
PDF
12 top app testing tools
Appium - Reality check on the world’s leading Open Source Framework for Mobil...
On boarding Appium Open Source
G plus pres
Cross platform test automation using Appium
App stores + cordova... get excited!
Appium - test automation for mobile apps
How to Avoid app store rejection
12 top app testing tools

What's hot (20)

PPTX
CodeStrong ASO Keynote
PPTX
How to build your own Android App -Step by Step Guide
PDF
Android Instant Apps testing
PDF
Top Best Practices for Successful Mobile Test Automation
PDF
One Test To Rule Them All - Conquer Android and iOS With One Script
PPTX
Live Panel: Appium Core Committers Answer Your Questions
PDF
Improving Android app testing with Appium and Sauce Labs
PDF
Mobile Test Automation - Appium
PPTX
Appium meet up noida
PDF
Mobile Test Automation
PDF
Advanced Appium Tips & Tricks with Jonathan Lipps
PDF
iTunes App Store Submission Process
PDF
Automating Hybrid Applications with Appium
PPTX
AIA2018 - Janno Stern - Intro To Product Sprint
PPT
Mobile Apps presentation
PPTX
Selenium Camp 2016
PPTX
Beyond Responsive Web Design - Moving your web agency to mobile development (...
PPTX
Accidental API developer - the 12 month pregnancy to create new API
CodeStrong ASO Keynote
How to build your own Android App -Step by Step Guide
Android Instant Apps testing
Top Best Practices for Successful Mobile Test Automation
One Test To Rule Them All - Conquer Android and iOS With One Script
Live Panel: Appium Core Committers Answer Your Questions
Improving Android app testing with Appium and Sauce Labs
Mobile Test Automation - Appium
Appium meet up noida
Mobile Test Automation
Advanced Appium Tips & Tricks with Jonathan Lipps
iTunes App Store Submission Process
Automating Hybrid Applications with Appium
AIA2018 - Janno Stern - Intro To Product Sprint
Mobile Apps presentation
Selenium Camp 2016
Beyond Responsive Web Design - Moving your web agency to mobile development (...
Accidental API developer - the 12 month pregnancy to create new API
Ad

Similar to b4usolution_Appium Mobile Automation Testing Made Awesome (20)

PPTX
Mobile UI Testing using Appium and Docker
PPTX
Appium solution
PPTX
Measure camp tools of the cro rabble
PDF
Appium Interview Questions and Answers | Edureka
PDF
Automating Mobile Web Browsers with Appium.pdf
PPTX
Advanced Appium
PPTX
Appium solution artizone
PDF
Launch High Performing Mobile Apps with Appurify
PPTX
Different Android Test Automation Frameworks - What Works You the Best?
PPTX
Appium Meetup #2 - Mobile Web Automation Introduction
PDF
Automated Mobile Testing using Appium.pdf
PPTX
Do Try This at Home! Extend IBM Connections using IBM Worklight
PPTX
Conversionista : Conversion manager course - Stockholm 20 march 2013
PPTX
001-Mobile Application.pptx
PPTX
Automation using Javascript
PPTX
Appium overview
PPTX
Advanced Appium: SeleniumConf UK 2016
PPTX
SharePoint 2013 App Provisioning Models
PPTX
Ibm worklight - going from xpages mobile to native mobile applications
PPTX
Parallel Test Runs with Appium on Real Mobile Devices – Hands-on Webinar
Mobile UI Testing using Appium and Docker
Appium solution
Measure camp tools of the cro rabble
Appium Interview Questions and Answers | Edureka
Automating Mobile Web Browsers with Appium.pdf
Advanced Appium
Appium solution artizone
Launch High Performing Mobile Apps with Appurify
Different Android Test Automation Frameworks - What Works You the Best?
Appium Meetup #2 - Mobile Web Automation Introduction
Automated Mobile Testing using Appium.pdf
Do Try This at Home! Extend IBM Connections using IBM Worklight
Conversionista : Conversion manager course - Stockholm 20 march 2013
001-Mobile Application.pptx
Automation using Javascript
Appium overview
Advanced Appium: SeleniumConf UK 2016
SharePoint 2013 App Provisioning Models
Ibm worklight - going from xpages mobile to native mobile applications
Parallel Test Runs with Appium on Real Mobile Devices – Hands-on Webinar
Ad

More from b4usolution . (15)

PPTX
Agile_Scrum_B4USolution.pptx
PPTX
2022_Bài 10_Thiết kế hệ thống thông tin trong logistics_Ths.Lê Thị Bích Hòa.pptx
PPTX
2022_Bài 9_Những vấn đề cơ bản về hệ thống thông tin trong logistics_Ths.Lê T...
PPTX
2022_Bài 8_Một số ứng dụng TMDT khác và An Ninh TMDT_Ths.Lê Thị Bích Hòa.pptx
PPTX
Agile_Scrum_B4USolution.pptx
PPTX
B4USolution_Sexy qtest manager and automation tools to apply for full stack t...
PPTX
Sexy Using Cucumber - BDD in your project
PPTX
B4usolution_AI for automation
PPTX
B4 u solution_writing test cases from user stories and acceptance criteria
PPTX
B4USolution_API-Testing
PPT
B4usolution git git-hub
PPTX
Selenium IDE
PPTX
Appium testing api
PPTX
Select the right automation test tool in agile project
PPTX
Introduction to blazemeter and jmeter
Agile_Scrum_B4USolution.pptx
2022_Bài 10_Thiết kế hệ thống thông tin trong logistics_Ths.Lê Thị Bích Hòa.pptx
2022_Bài 9_Những vấn đề cơ bản về hệ thống thông tin trong logistics_Ths.Lê T...
2022_Bài 8_Một số ứng dụng TMDT khác và An Ninh TMDT_Ths.Lê Thị Bích Hòa.pptx
Agile_Scrum_B4USolution.pptx
B4USolution_Sexy qtest manager and automation tools to apply for full stack t...
Sexy Using Cucumber - BDD in your project
B4usolution_AI for automation
B4 u solution_writing test cases from user stories and acceptance criteria
B4USolution_API-Testing
B4usolution git git-hub
Selenium IDE
Appium testing api
Select the right automation test tool in agile project
Introduction to blazemeter and jmeter

Recently uploaded (20)

PDF
cuic standard and advanced reporting.pdf
PPTX
Spectroscopy.pptx food analysis technology
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Encapsulation theory and applications.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Electronic commerce courselecture one. Pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPT
Teaching material agriculture food technology
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Empathic Computing: Creating Shared Understanding
cuic standard and advanced reporting.pdf
Spectroscopy.pptx food analysis technology
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Encapsulation theory and applications.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
MYSQL Presentation for SQL database connectivity
“AI and Expert System Decision Support & Business Intelligence Systems”
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Network Security Unit 5.pdf for BCA BBA.
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Understanding_Digital_Forensics_Presentation.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Electronic commerce courselecture one. Pdf
NewMind AI Weekly Chronicles - August'25 Week I
Teaching material agriculture food technology
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Empathic Computing: Creating Shared Understanding

b4usolution_Appium Mobile Automation Testing Made Awesome