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
Parallel Test using Appium on Real Devices
Search
Sai Krishna
August 18, 2016
Programming
1
72
Parallel Test using Appium on Real Devices
Sai Krishna
August 18, 2016
Tweet
Share
Other Decks in Programming
See All in Programming
AIコーディングの理想と現実
tomohisa
23
31k
スモールスタートで始めるためのLambda×モノリス(Lambdalith)
akihisaikeda
2
290
AWSで雰囲気でつくる! VRChatの写真変換ピタゴラスイッチ
anatofuz
0
160
Rollupのビルド時間高速化によるプレビュー表示速度改善とバンドラとASTを駆使したプロダクト開発の難しさ
plaidtech
PRO
1
180
設計の本質:コード、システム、そして組織へ / The Essence of Design: To Code, Systems, and Organizations
nrslib
4
580
PHPバージョンアップから始めるOSSコントリビュート / how2oss-contribute
dmnlk
1
1.1k
Exit 8 for SwiftUI
ojun9
0
130
Memory API : Patterns, Performance et Cas d'Utilisation
josepaumard
0
140
Defying Front-End Inertia: Inertia.js on Rails
skryukov
0
490
プロフェッショナルとしての成長「問題の深掘り」が導く真のスキルアップ / issue-analysis-and-skill-up
minodriven
7
1.4k
小田原でみんなで一句詠みたいな #phpcon_odawara
stefafafan
0
340
SEAL - Dive into the sea of search engines - Symfony Live Berlin 2025
alexanderschranz
1
140
Featured
See All Featured
Faster Mobile Websites
deanohume
306
31k
Building Flexible Design Systems
yeseniaperezcruz
329
38k
It's Worth the Effort
3n
184
28k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
The Invisible Side of Design
smashingmag
299
50k
GraphQLの誤解/rethinking-graphql
sonatard
71
10k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
9
760
A Modern Web Designer's Workflow
chriscoyier
693
190k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.6k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.2k
Six Lessons from altMBA
skipperchong
27
3.7k
Transcript
Speed Up Appium Tests SPEED UP YOUR TESTS WITH APPIUM
ABOUT ME • 6 years of experience as a QUALITY
ENGINEER • Passionate about TEST AUTOMATION • Active Contributor to APPIUM Java client • Tested a wide range of MOBILE APPLICATIONS
Long Running Automated Test Parallelization of tests on multiple devices
None
GIT PUSH COMPILE + UNIT TEST BUILD APP UI TESTS
DISTRIBUTE TYPICAL CI PIPELINE OF MOBILE PROJECT
STATS
LONG RUNNING TESTS..
Solution AppiumTestDistribution
TOOL SET EXTENTREPORTS
T1 T2 T3 T4 T5 T6 T7 (4 Devices) T5,
T6, T7 will be sent to devices which gets free Spawn Multithread AppiumTest Distribution
None
OPTIMIZATION • Method level distribution • Watch ios_webkit_debug_proxy process •
Dockerize appium server to run on remote machines •Reporting with video recording logs.
Extent Reports http://appium.io WordPress Android App How appium works for
Android and iOS Setup of Appium on OSX and Windows https://github.com/saikrishna321/AppiumTestDistribution https://github.com/saikrishna321/PageObjectPatternAppium REFERENCE
@saikrisv saikrisv@thoughtworks.com github.com/saikrishna321
None