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
生成AIで小説を書くためにプロンプトの制約や原則について学ぶ / prompt-engineering-for-ai-fiction
nwiizo
4
3.1k
生成AI時代 文字コードを学ぶ意義を見出せるか?
hrsued
1
680
高速なプロダクト開発を実現、創業期から掲げるエンタープライズアーキテクチャ
kawauso
1
120
強化されたAmazon Location Serviceによる新機能と開発者体験
dayjournal
3
230
How Community Opened Global Doors
hiroramos4
PRO
1
130
怖くない!はじめてのClaude Code
shinya337
0
260
自律的なスケーリング手法FASTにおけるVPoEとしてのアカウンタビリティ / dev-productivity-con-2025
yoshikiiida
0
220
Tech-Verse 2025 Keynote
lycorptech_jp
PRO
0
1.2k
AIの最新技術&テーマをつまんで紹介&フリートークするシリーズ #1 量子機械学習の入門
tkhresk
0
140
Microsoft Build 2025 技術/製品動向 for Microsoft Startup Tech Community
torumakabe
2
320
PHP開発者のためのSOLID原則再入門 #phpcon / PHP Conference Japan 2025
shogogg
4
920
AIとともに進化するエンジニアリング / Engineering-Evolving-with-AI_final.pdf
lycorptech_jp
PRO
0
140
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
We Have a Design System, Now What?
morganepeng
53
7.7k
Gamification - CAS2011
davidbonilla
81
5.3k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Site-Speed That Sticks
csswizardry
10
670
Music & Morning Musume
bryan
46
6.6k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
The World Runs on Bad Software
bkeepers
PRO
69
11k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Side Projects
sachag
455
42k
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!