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
83
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
87
Other Decks in Technology
See All in Technology
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
220
ガチな登山用デバイスからこんにちは
halka
1
240
バッチ処理で悩むバックエンドエンジニアに捧げるAWS Glue入門
diggymo
3
190
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
230
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
140
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
230
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3k
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
2
530
Generative AI Japan 第一回生成AI実践研究会「AI駆動開発の現在地──ブレイクスルーの鍵を握るのはデータ領域」
shisyu_gaku
0
140
【初心者向け】ローカルLLMの色々な動かし方まとめ
aratako
7
3.4k
250905 大吉祥寺.pm 2025 前夜祭 「プログラミングに出会って20年、『今』が1番楽しい」
msykd
PRO
1
690
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
110
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
302
21k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Cult of Friendly URLs
andyhume
79
6.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
GitHub's CSS Performance
jonrohan
1032
460k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Music & Morning Musume
bryan
46
6.8k
Faster Mobile Websites
deanohume
309
31k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
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!