SlideShare a Scribd company logo
THE FUTURE OF MOBILE
Diana Pinchuk, QA @ GetSocial.im
- Benedict Evans
“We should stop talking about ‘mobile’ internet
and ‘desktop’ internet. It’s like talking about
‘colour’ TV and black and white TV.
Mobile is the internet.”
@diana_pinchuk
@pinchuk.diana
Work at Getsocial.im
Write on Medium
Organize GDG Lviv and
DevFest Ukraine
Why Q&ATesting
AIA
PWA
AMP
Agenda
Simplify development and publishing process
Increase adoption rates => $ and ❤
Remove friction to the users
Deal with bad network and budget devices
Why are we talking about it?
Mobile web
AIA AMP
Native apps
- Benedict Evans
AIA
Android Instant Apps
Native Android apps, without
the installation
Use your app with just a tap
AIA only loads only needed
portions of the app
Source: https://goo.gl/sudKTi
ANDROID STUDIO PROJECT
feature
module 1
feature
module 2
feature
module 3
base feature module
AfterBefore
modularization
ANDROID STUDIO PROJECT
feature 1
feature 2
feature 3
Installable APK Installable APK
Instant App APKs
Source: https://www.youtube.com/watch?v=9Jg1D07NgeI
Project Structure difference
Location Camera In-app
purchases
Permissions Contacts
Native features that could be used
Push
Notifications
Background
Services
External
Storage
Device
Settings
Not available features
Play Install API Smart Lock
Specific AIA features
Size reduction of installable app (4Mb)
Modularization
Code cleanup + tackle technical debt
AIA is not a trial app version, it should show full UX
Development challenges
Source: https://goo.gl/Vhv92c
What can help devs
Use APK Analyzer and Proguard
Specify manually version name in the base module
and feature modules
Make sure to specify full id of the resource
Use ‘mobile holdback’
Vimeo approach
Delete everything that isn’t the player
Trim down the AIA to 4MB
Fix the bugs created in previous steps
Modify UI to adhere to AIA UX best
practices
...launch AIA and make it work
¯_(ツ)_/¯
Testing challenges...
- Benedict Evans
Test AIA as Native Apps
Test Android App Links
AIA won’t be launched after
copy-paste URL
Make sure that URL mapping is
correct between multiple modules
Check that https is set up everywhere
UX
AIA and installable app are consistent
Transition is as smooth as possible
Keep user state after the installation
AIA UX best practices: https://goo.gl/y7z6Uu
UX
Allow users to finish their task
without installing the app
Don’t overuse installation prompts
INSTALL
Explicit
Implicit
AIA UX best practices: https://goo.gl/y7z6Uu
One more thing...
The process is killed when the AIA is idle
Don’t forget about the cache
For better debugging unzip AIA archive
Feature
A.apk
Feature
B.apk
Base.apk
Instant.zip
- Benedict Evans
Progressive Web Apps
Progressive Web App
Created with Web standards
Works offline
Can optionally be installed
Looks and acts like any other app
Even more!
Push notifications
Keep local cache
Support for media capture
Location features
Service Worker
Source: http://bit.ly/2Osdd3g and http://bit.ly/2LGCQ1H
Service Worker Support
Add to home
screen
Service
workers
Web push &
notifications
Credential
Management
API
Payment
Request API
Meta theme
color
Twitter Lite
65% increase in pages per session
75% increase in Tweets sent
20% decrease in bounce rate
Source: http://bit.ly/2mOJOn7 and http://bit.ly/2vh729d
23 MB 600 Kb
- Benedict Evans
PWAs are designed to replace
websites, not native apps
...and Chrome apps...
…and desktop apps...
Let’s test!
github.com/gdg-x/hoverboard
Live usage (the best and the newest)
devfest.gdg.org.ua
Tools
Lighthouse (Audits tab in Chrome Dev tools)
developers.google.com/web/tools/lighthouse
PWA Checklist
developers.google.com/web/progressive-web-apps/checklist
ДІАНА ПІНЧУК «Testing installable mobile apps analogues: Android Instant Apps, Progressive Web Apps & Accelerated Mobile Pages» Lviv QA Day 2018
Android iOS
Feature iOS Android
Store offline data < 50 Mb > 50 Mb
Delete files if not used Yes No
Can install > 1 instance of
PWA
Yes No
Web push No Yes
Screen orientation No Yes
Background Sync No Yes
Speech recognition No Yes
Track installations No Yes
iOS - what to have in mind
Might be several PWA instances on the same device
Get out of the PWA and go back => it will load from
scratch
Pseudo-browsers (e.g., Chrome) won’t be able to
install a PWA or use Service Workers
Source: http://bit.ly/2LZ9EQl and http://bit.ly/2AhBOVp
iOS - what to have in mind
For iPhone X notch area need to
update HTML and CSS
Some web apps have App Store link
Sometimes just a shortcut is
installed
WebView
Custom Tabs
Build-in PWA into a native app
Testing tips
Dive into the PWA standards (Service Worker
lifecycle,
PRPL pattern, etc)
Remember about https
Lighthouse is your best friend
Test like web... and like a native app
PRPL Pattern: https://goo.gl/osVZnw
- Benedict Evans
AMP
Accelerated Mobile Pages
AMP
Lightweight experiences for mobile by
simplifying the HTML and following
streamlined CSS rules
Could be added to web standards
AMP structure
AMP speed
AMP itself contains a lot of optimizations
Caching by the AMP caches
Pre-rendering the assets in the first viewport
Source: https://bit.ly/2wwiGOY
Google ranking
ДІАНА ПІНЧУК «Testing installable mobile apps analogues: Android Instant Apps, Progressive Web Apps & Accelerated Mobile Pages» Lviv QA Day 2018
AMP Previewer
It’s possible via Web Packaging
Format
(Safari supports it as well)
It makes possible offline support
AMP pros
It speeds up website load time
It increases mobile ranking
It improves server performance
Source: https://bit.ly/2MJjv1b
AMP cons
Ad revenue is reduced
Analytics are a bit stripped
Amazing speed is achieved, thanks to cache
Source: https://bit.ly/2MJjv1b
- Benedict Evans
AMP is important if you don’t
have a mobile website
AMP testing
AMP test:
search.google.com/test/amp
AMP Validation:
ampproject.org/docs/fundamentals/validate
AMP testing
Regularly check Google Search Console > Search
Appearance > Accelerated Mobile Pages
AMP browser extension: goo.gl/Ra8RSP
ДІАНА ПІНЧУК «Testing installable mobile apps analogues: Android Instant Apps, Progressive Web Apps & Accelerated Mobile Pages» Lviv QA Day 2018
ДІАНА ПІНЧУК «Testing installable mobile apps analogues: Android Instant Apps, Progressive Web Apps & Accelerated Mobile Pages» Lviv QA Day 2018
- Benedict Evans
Final Part
Do you need them?
Depends on the business needs!
Mobile web
AIA AMP
Native apps
You already have a native Android app
(or plan to create one)
One of your core features could be used in AIA
You are able to measure AIA value
Mobile web
AIA
Native apps
You don’t have a mobile app and see a perspective
of having it. Or even a desktop app!
You have resources for learning PWA specifics
Your TA uses a lot of Android and the latest iOS
Mobile webNative apps
Ranking and site speed is critical for your business
Mobile users are critical
You are able to measure the website speed and
service part is already improved
Mobile web
AMP
Native apps
- Benedict Evans
All these technologies have different purposes
and bring different values
You still need to know how to test mobile
native and web
Everything depends on CONTEXT
Conclusions
- Benedict Evans
THANKS!
@diana_pinchuk
@pinchuk.diana

More Related Content

PDF
ВІТАЛІЙ КОВАЛЮК «Fiddler та Postman: інструменти тестування API» Lviv QA Day ...
PPTX
Selenium Camp 2016
PDF
Improving Android app testing with Appium and Sauce Labs
PPTX
Sauce Labs+Applitools - Automated Visual Testing in the Cloud
PDF
Testing on Mobile Devices with Location Services
PDF
Automating Hybrid Applications with Appium
PDF
10 things you didnt know about appium + whats new in appium 1.5
PPTX
Getting Started with Mobile Test Automation & Appium
ВІТАЛІЙ КОВАЛЮК «Fiddler та Postman: інструменти тестування API» Lviv QA Day ...
Selenium Camp 2016
Improving Android app testing with Appium and Sauce Labs
Sauce Labs+Applitools - Automated Visual Testing in the Cloud
Testing on Mobile Devices with Location Services
Automating Hybrid Applications with Appium
10 things you didnt know about appium + whats new in appium 1.5
Getting Started with Mobile Test Automation & Appium

What's hot (20)

PPTX
Everything You Need To Know about Appium and Selenium
PDF
Progressive Web Apps are here!
PDF
Performance testing of mobile apps
PPTX
Basic Understanding of Progressive Web Apps
PDF
Advanced Appium Tips & Tricks with Jonathan Lipps
PPTX
Advanced automated visual testing with Selenium
PDF
Progressive Web Apps / GDG DevFest - Season 2016
PPTX
Progressive Web Apps and React
PPTX
Progressive web apps
PDF
Introduction to Progressive web app (PWA)
PPTX
Progressive Web Apps
PDF
Angular Connect
PPTX
Android Performance and Monitoring - Meetup 3 25-14
PDF
Progressive Web Apps
PDF
Appurify - Runtime Debugging, Performance Optimization and Automated CI
PDF
Android Instant Apps testing
PPTX
Advanced Automated Visual Testing
PDF
SMART DESIGN - icon fonts, svg, and the mobile influence
PPTX
Pwa.pptx
PDF
Pepperoni 2.0 - How to spice up your mobile apps
Everything You Need To Know about Appium and Selenium
Progressive Web Apps are here!
Performance testing of mobile apps
Basic Understanding of Progressive Web Apps
Advanced Appium Tips & Tricks with Jonathan Lipps
Advanced automated visual testing with Selenium
Progressive Web Apps / GDG DevFest - Season 2016
Progressive Web Apps and React
Progressive web apps
Introduction to Progressive web app (PWA)
Progressive Web Apps
Angular Connect
Android Performance and Monitoring - Meetup 3 25-14
Progressive Web Apps
Appurify - Runtime Debugging, Performance Optimization and Automated CI
Android Instant Apps testing
Advanced Automated Visual Testing
SMART DESIGN - icon fonts, svg, and the mobile influence
Pwa.pptx
Pepperoni 2.0 - How to spice up your mobile apps
Ad

Similar to ДІАНА ПІНЧУК «Testing installable mobile apps analogues: Android Instant Apps, Progressive Web Apps & Accelerated Mobile Pages» Lviv QA Day 2018 (20)

PDF
Testing installable mobile apps analogues
PPTX
Mobile Web (R)Evolution - Sept 2011
PDF
PWA for PHP Developers
PDF
New trends on web platform
PDF
State of the WEB ‘18
PPTX
SearchLeeds 2019 - Nichola stott - The state of PWAs
PPTX
Progressive Web App
PDF
WTF R PWAs?
PPTX
Progressive Web App
PPTX
Centric - PWA WebCast
PDF
Mobile Vue.js – From PWA to Native
PDF
The Web Platform - State of the Union '17
PPTX
PWA Talk - Smau Milano 2018
PPTX
PWA basics for developers
PDF
Online testconf event rwd and pwa 2018
PDF
9 Best Tools to Leverage for Progressive Web App Development
PDF
The smart way of combining web & apps
PDF
Mapping mobileandweblandscape motb
PDF
Trends in front end engineering_handouts
Testing installable mobile apps analogues
Mobile Web (R)Evolution - Sept 2011
PWA for PHP Developers
New trends on web platform
State of the WEB ‘18
SearchLeeds 2019 - Nichola stott - The state of PWAs
Progressive Web App
WTF R PWAs?
Progressive Web App
Centric - PWA WebCast
Mobile Vue.js – From PWA to Native
The Web Platform - State of the Union '17
PWA Talk - Smau Milano 2018
PWA basics for developers
Online testconf event rwd and pwa 2018
9 Best Tools to Leverage for Progressive Web App Development
The smart way of combining web & apps
Mapping mobileandweblandscape motb
Trends in front end engineering_handouts
Ad

More from QADay (20)

PDF
СТАНІСЛАВ ПОЛЬСЬКОЙ «QA це спільна справа: залучення БА та девів у процес заб...
PPTX
РАМЕЛЛА БАСЕНКО - Tехніки тест дизайну в дії: розбір задач та корисні поради...
PDF
КАТЕРИНА АБЗЯТОВА - Tехніки тест дизайну в дії: розбір задач та корисні порад...
PDF
ЮРІЙ БАЖАН «Один спринт з життя тестувальника»
PDF
АЛЛА ПЕНАЛЬБА «QA automation, the secret weapon that need (a) manual»
PDF
ЮРІЙ МАЛИЙ «QA метрики в процесі SDLC»..
PDF
АНДРІЙ ЗАБЛОЦЬКИЙ « Досвід побудови сильної та ефективної QA команди»
PDF
РІНА УЖЕВКО «Тестування локалізації та терміни в Gamedev»
PPTX
КАТЕРИНА АБЗЯТОВА «Від бар’єрів до мостів: Важливість Accessibility Testing»
PPTX
ЄВГЕН ГАЙДАЙ «Виділена команда автоматизації тестування. Досвід підтримки та ...
PDF
АНАСТАСІЯ ЧУДОВСЬКА «Переїзд з моноліта на мікросервіси з точки зору QA: як ...
PDF
СОФІЯ НОВАЧЕНКО «Успішне поєднання QA/BA обовʼязків»
PDF
ОЛЕНА НІКІТІНА «Глибинне занурення в процеси тестування: від документації до ...
PDF
ОЛЕСЬ НІКАНЮК «Особливості тестування в міжнародних організаціях: досвід та в...
PPTX
ОЛЕГ ЗАРЕВИЧ «Взаємодії між DevOps і QA»
PPTX
СВЯТ ЛОГІН «Що можна витягнути з мобільних додатків»
PPTX
ГАННА КАПЛУН «Тестування на основі персон: ідея, інструменти, приклади»
PDF
НАТАЛІЯ КРИВОНІС «Необхідні навички для керування командою»
PDF
ОКСАНА ВЕРЕТЮК «Effective project quality check або як успішно налагодити про...
PDF
ВІТАЛІЙ МИХАЙЛЮК «Онбордінг нових тестерів до команди: як ефективно навчати і...
СТАНІСЛАВ ПОЛЬСЬКОЙ «QA це спільна справа: залучення БА та девів у процес заб...
РАМЕЛЛА БАСЕНКО - Tехніки тест дизайну в дії: розбір задач та корисні поради...
КАТЕРИНА АБЗЯТОВА - Tехніки тест дизайну в дії: розбір задач та корисні порад...
ЮРІЙ БАЖАН «Один спринт з життя тестувальника»
АЛЛА ПЕНАЛЬБА «QA automation, the secret weapon that need (a) manual»
ЮРІЙ МАЛИЙ «QA метрики в процесі SDLC»..
АНДРІЙ ЗАБЛОЦЬКИЙ « Досвід побудови сильної та ефективної QA команди»
РІНА УЖЕВКО «Тестування локалізації та терміни в Gamedev»
КАТЕРИНА АБЗЯТОВА «Від бар’єрів до мостів: Важливість Accessibility Testing»
ЄВГЕН ГАЙДАЙ «Виділена команда автоматизації тестування. Досвід підтримки та ...
АНАСТАСІЯ ЧУДОВСЬКА «Переїзд з моноліта на мікросервіси з точки зору QA: як ...
СОФІЯ НОВАЧЕНКО «Успішне поєднання QA/BA обовʼязків»
ОЛЕНА НІКІТІНА «Глибинне занурення в процеси тестування: від документації до ...
ОЛЕСЬ НІКАНЮК «Особливості тестування в міжнародних організаціях: досвід та в...
ОЛЕГ ЗАРЕВИЧ «Взаємодії між DevOps і QA»
СВЯТ ЛОГІН «Що можна витягнути з мобільних додатків»
ГАННА КАПЛУН «Тестування на основі персон: ідея, інструменти, приклади»
НАТАЛІЯ КРИВОНІС «Необхідні навички для керування командою»
ОКСАНА ВЕРЕТЮК «Effective project quality check або як успішно налагодити про...
ВІТАЛІЙ МИХАЙЛЮК «Онбордінг нових тестерів до команди: як ефективно навчати і...

Recently uploaded (20)

PPTX
Cell Structure & Organelles in detailed.
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Institutional Correction lecture only . . .
PPTX
Pharma ospi slides which help in ospi learning
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Lesson notes of climatology university.
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
master seminar digital applications in india
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
Cell Structure & Organelles in detailed.
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Final Presentation General Medicine 03-08-2024.pptx
O5-L3 Freight Transport Ops (International) V1.pdf
Anesthesia in Laparoscopic Surgery in India
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Microbial diseases, their pathogenesis and prophylaxis
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Institutional Correction lecture only . . .
Pharma ospi slides which help in ospi learning
GDM (1) (1).pptx small presentation for students
Lesson notes of climatology university.
O7-L3 Supply Chain Operations - ICLT Program
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
master seminar digital applications in india
Renaissance Architecture: A Journey from Faith to Humanism

ДІАНА ПІНЧУК «Testing installable mobile apps analogues: Android Instant Apps, Progressive Web Apps & Accelerated Mobile Pages» Lviv QA Day 2018