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
Large Vision Language Modelを用いた 文書画像データ化作業自動化の検証、運用 / shibuya_AI
sansan_randd
0
130
能登半島災害現場エンジニアクロストーク 【JAWS FESTA 2025 in 金沢】
ditccsugii
0
230
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
いまさら聞けない ABテスト入門
skmr2348
1
230
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
0
450
小学4年生夏休みの自由研究「ぼくと Copilot エージェント」
taichinakamura
0
580
OCI Network Firewall 概要
oracle4engineer
PRO
2
7.8k
Goに育てられ開発者向けセキュリティ事業を立ち上げた僕が今向き合う、AI × セキュリティの最前線 / Go Conference 2025
flatt_security
0
370
カンファレンスに託児サポートがあるということ / Having Childcare Support at Conferences
nobu09
1
500
OpenAI gpt-oss ファインチューニング入門
kmotohas
2
1.1k
AI時代だからこそ考える、僕らが本当につくりたいスクラムチーム / A Scrum Team we really want to create in this AI era
takaking22
7
4k
AI時代こそ求められる設計力- AWSクラウドデザインパターン3選で信頼性と拡張性を高める-
kenichirokimura
3
240
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
53
9k
Designing for humans not robots
tammielis
254
26k
Side Projects
sachag
455
43k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Mobile First: as difficult as doing things right
swwweet
224
10k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Speed Design
sergeychernyshev
32
1.2k
Done Done
chrislema
185
16k
Gamification - CAS2011
davidbonilla
81
5.5k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
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!