Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Mobile Test Automation
Search
mjvdende
September 16, 2014
Technology
0
84
Mobile Test Automation
About mobile test automation infrastructure presented during the "Mobile Testing" meetup @ING
mjvdende
September 16, 2014
Tweet
Share
More Decks by mjvdende
See All by mjvdende
Scalable QA With Docker
mjvdende
0
330
Road to DevOps
mjvdende
1
88
Other Decks in Technology
See All in Technology
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
4
840
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
3
1.7k
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
Claude Codeの進化と各機能の活かし方
oikon48
21
12k
プロジェクトマネジメントをチームに宿す -ゼロからはじめるチームプロジェクトマネジメントは活動1年未満のチームの教科書です- / 20260304 Shigeki Morizane
shift_evolve
PRO
1
250
非情報系研究者へ送る Transformer入門
rishiyama
11
7k
越境する組織づくり ─ 多様性を前提にしたチームビルディングとリードの実践知
kido_engineer
2
180
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
100
複数クラスタ運用と検索の高度化:ビズリーチにおけるElastic活用事例 / ElasticON Tokyo2026
visional_engineering_and_design
0
130
開発組織の課題解決を加速するための権限委譲 -する側、される側としての向き合い方-
daitasu
5
580
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
280
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
540
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
Designing for humans not robots
tammielis
254
26k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
860
Marketing to machines
jonoalderson
1
5k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
Designing Powerful Visuals for Engaging Learning
tmiket
0
270
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
YesSQL, Process and Tooling at Scale
rocio
174
15k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
A Soul's Torment
seathinner
5
2.4k
Amusing Abliteration
ianozsvald
0
130
Transcript
Mobile test automation
Who Am I @mjvdende - 7 years experience in testing
websites, soap, rest, payments processing - Transport, logistics, financial, Search - Worked for Oracle, NS, ABNAMRO, ING - Works for Xebia
Mobile testing • Many different platforms, OS versions and Hardware
configurations • Devices with limited memory and processing capability • Limited battery life • Network connectivity • Application stores • Test Automation
Focus on • Usability • Mobile characteristics • Interactions •
Performance • Data usage • Security • Battery life
Frameworks Source: O. STAROV, S. VILKOMIR East Carolina University, NC,
USA CLOUD SERVICES AND TOOLS FOR MOBILE TESTING
None
None
None
None
Demo Start local chrome browser grunt protractor:test --baseUrl http://localhost !
Start Android test VM protractor protractor.conf.js --baseUrl http://10.0.3.2 --seleniumAddress http:// 127.0.0.1:4723/wd/hub --capabilities.platformName Android -- capabilities.platformVersion 4.4 --capabilities.deviceName android! Start Android test real device protractor protractor.conf.js--baseUrl http://192.168.2.1 --seleniumAddress http:// 127.0.0.1:4723/wd/hub --capabilities.platformName Android -- capabilities.platformVersion 4.4 --capabilities.deviceName android!