Ce diaporama a bien été signalé.
Le téléchargement de votre SlideShare est en cours. ×

Proven strategy for testing pw as aus-agile_testers

Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Chargement dans…3
×

Consultez-les par la suite

1 sur 38 Publicité

Plus De Contenu Connexe

Diaporamas pour vous (20)

Similaire à Proven strategy for testing pw as aus-agile_testers (20)

Publicité

Plus par Perfecto Mobile (20)

Plus récents (20)

Publicité

Proven strategy for testing pw as aus-agile_testers

  1. 1. (Proven) Strategy for Testing Progressive Web Apps (PWAs) Eran Kinsbruner @ek121268, http://continuoustesting.blog erank@perfecto.io
  2. 2. • A word about Continuous Testing • PWA Definition & Architecture • Motivation to Develop PWA • Testing Strategy for PWA Apps • Q & A Twitter: @ek121268 (https://twitter.com/ek121268) Blog: http://continuoustesting.blog LinkedIn: https://www.linkedin.com/in/eran-kinsbruner-4b47a81/
  3. 3. About Me • Lead Software Evangelist at Perfecto • Blogger and Speaker • http://continuoustesting.blog • https://www.infoworld.com/author/Eran-Kinsbruner/ • 18+ Years in Development & Testing • Author of: The Digital Quality Handbook Continuous Testing for DevOps Professionals @ek121268 https://www.linkedin.com/in/eran-kinsbruner-4b47a81/ erank@perfecto.io
  4. 4. Reasons for “not stable” Test Automation 80% of issues have a pattern52% success rate 10% of devices, causing 80% of lab issues Lab 25% Orches tration 25% Scripts & FW 50% FAILURE REASON Objects Codding Time Other Scripts & FW issues Device in use No Device Orchestration issues Networking Stability Lock Other Lab issues What’s wrong With my Scripts What’s wrong With my Lab What’s wrong With my Executions
  5. 5. Web Testing Tools (Open-Source) - Download Trends 10/27/2018 5© 2016, Perfecto Mobile Ltd. All Rights Reserved. Source: npmtrends Protractor Puppeteer WebDriver IO
  6. 6. Mobile Capabilities in Web Browser (Incomplete) – Ramping Up CameraMic Device AUTH BT/BLE Notification Network
  7. 7. Today’s Mobile Native Apps Reality Android WebiOS
  8. 8. Progressive Web App - Definition Progressive Web Apps (PWAs) are web applications that are regular web pages or websites, but can appear to the user like traditional applications or native mobile applications. The application type attempts to combine features offered by most modern browsers with the benefits of a mobile experience (Wikipedia) 10/27/2018 8© 2015, Perfecto Mobile Ltd. All Rights Reserved.
  9. 9. The Rise of PWAs – Challenging Native Mobile Apps 10/27/2018 9© 2015, Perfecto Mobile Ltd. All Rights Reserved. A Progressive Web App is • Progressive - Works for every user • Responsive - Fits any form factor • Connectivity independent • App-like - Feels like an app • Safe - Served via HTTPS • Search Friendly -allowing search engines to find it. • Re-engageable -Support push notifications. • Linkable - does not require complex installation (store access) Source :medium.com
  10. 10. When Implemented Properly PWA Is Powerful 10/27/2018 10© 2015, Perfecto Mobile Ltd. All Rights Reserved. PWA Stats: https://www.pwastats.com/
  11. 11. More PWA Stats 10/27/2018 11© 2015, Perfecto Mobile Ltd. All Rights Reserved.
  12. 12. And … More PWA Stats 10/27/2018 12© 2015, Perfecto Mobile Ltd. All Rights Reserved. PWA Alibaba: Alibaba PWA
  13. 13. Adoption Trend 10/27/2018 13© 2015, Perfecto Mobile Ltd. All Rights Reserved.
  14. 14. Progressive Web App – The Offline Network Benefit 10/27/2018 14© 2015, Perfecto Mobile Ltd. All Rights Reserved. Source: VentureBeat
  15. 15. Progressive Web App - Architecture • A PWA App consists of few key components • Manifest.Json - That's the file within the PWA that describes the app, provides metadata specific to the app like icons, splash screens, and more • Service Workers – A service worker is a script that your browser runs in the background, separate from a web page, opening the door to features that don't need a web page or user interaction. • Capabilities: • Display and interact with notifications (native OS) • Subscribe to push services • Background sync APIs – defer actions until users have stable connection • Lifecycle • Registration • Installation • Activation 10/27/2018 15© 2015, Perfecto Mobile Ltd. All Rights Reserved.
  16. 16. Installation Process 10/27/2018 16© 2015, Perfecto Mobile Ltd. All Rights Reserved. *iOS Hybrid App (not running from Safari + special permissions) vs. Android APK)
  17. 17. PWA on iOS is Different than Android 10/27/2018 17© 2015, Perfecto Mobile Ltd. All Rights Reserved. iOS Android App type shortcut apk Offline data Deleted after idle time No limit Offline storage (browser based) Safari < 50Mb Chrome 6% available storage Sensors support Limited (BT) All access to private information No Yes Payment system No supported Supported Voice support No Yes
  18. 18. Instagram/Tinder PWA on iOS 10/27/2018 18© 2015, Perfecto Mobile Ltd. All Rights Reserved. 1. Login isn’t saved in between launches 2. Language change/Orientation change disrupts layout 3rd Party Login
  19. 19. Instagram PWA 10/27/2018 19© 2015, Perfecto Mobile Ltd. All Rights Reserved.
  20. 20. Instagram PWA on Desktop Chrome – Inspected by Google Lighthouse 10/27/2018 20© 2015, Perfecto Mobile Ltd. All Rights Reserved.
  21. 21. PWA Test Strategy © 2018 Perfecto Mobile Ltd. All Rights Reserved.
  22. 22. Roadblocks Ahead 10/27/2018 22© 2015, Perfecto Mobile Ltd. All Rights Reserved. • Young and Growing - Not too many precedents • Architecture - Not a simple RWD site, but RWD + proper handling of event management, state, and caching • Skillset – Frontend developers need to catch up • Caching Architecture – Not a ‘walk in the park’ • Limited Open-Source Solutions – Expend capabilities, delight dev. • Platforms and 3rd Party Integrations (Analytics, Social, others) • Maintaining OS updates is a challenge (Mobile, Desktop)
  23. 23. Responsive Web App – Test Plan Strategy: 6 Steps 10/27/2018 23© 2015, Perfecto Mobile Ltd. All Rights Reserved. Choose The Right Platforms Assure Visual Web Pages Across Platforms Functionality of Navigation Flows and Menus Client Side Performance Testing Test Accessibility for Mobile and Web Test Environment Conditions (Networks, Sensors)
  24. 24. Progressive Web App – Test Plan Strategy: 6 Steps 10/27/2018 24© 2015, Perfecto Mobile Ltd. All Rights Reserved. Validate PWA Manifest Validate PWA Service Workers Validate PWA Specific Capabilities Properly Test Across Platforms (RWD) Test Automation and Object Identification Strategy Google’s PWA Checklist Compliance RWD Testing Strategy And 
  25. 25. Progressive Web App – Test Plan Strategy: Step 1 icons, splash screen, start URL, background colors, display type, initial orientation and theme colors, are correctly working and visually properly displayed across browsers 10/27/2018 25© 2015, Perfecto Mobile Ltd. All Rights Reserved. Validate PWA Manifest
  26. 26. Progressive Web App – Test Plan Strategy: Step 2 10/27/2018 26© 2015, Perfecto Mobile Ltd. All Rights Reserved. Validate PWA Service Workers
  27. 27. Progressive Web App – Test Plan Strategy: Step 2 • Test the SW registration • Test SW install and update functionality • Test the various SWs Start/Stop/Registration • chrome://serviceworker-internals/ • chrome://inspect/#service-workers 10/27/2018 27© 2015, Perfecto Mobile Ltd. All Rights Reserved. if ('serviceWorker' in navigator) { window.addEventListener('load', function() { navigator.serviceWorker.register('/sw.js').then(function(registration) { // Registration was successful console.log('ServiceWorker registration successful with scope: ', registration.scope); }, function(err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); }); }); } var CACHE_NAME = 'my-site-cache-v1'; var urlsToCache = [ '/', '/styles/main.css', '/script/main.js' ]; self.addEventListener('install', function(event) { // Perform install steps event.waitUntil( caches.open(CACHE_NAME) .then(function(cache) { console.log('Opened cache'); return cache.addAll(urlsToCache); }) ); }); Validate PWA Service Workers
  28. 28. Progressive Web App – Test Plan Strategy: Step 3 • Sensors, Camera, Location capabilities, Push Notification, must be tested across mobile and web respectively • PWA vs. Native: Instances, icons, functionality, Gestures 10/27/2018 Google Maps Force Touch (Native App) Google Maps Native vs. PWA ICONS Google Maps PWA Location Prompt Validate PWA Specific Capabilities
  29. 29. Progressive Web App – Test Plan Strategy: Step 4 • UI and visual/layout testing across multiple form factors • Performance and rendering of the content across platforms • Network related testing – in addition to the offline mode that is covered through service workers, make sure to cover the app behavior throughout various network conditions (packet loss, flight mode, latency %, 3G, 4G, 5G etc.) • Functionality of the entire page user flows across platforms and screen sizes and resolutions • The differences between browsers, platforms must be covered as well (Chrome, Safari, Android, Samsung Browser vs. built-in browsers like Facebook - number of instances or copies a PWA app can have on a device. 10/27/2018 29© 2015, Perfecto Mobile Ltd. All Rights Reserved. Properly Test Across Platforms (RWD)
  30. 30. Progressive Web App – Test Plan Strategy: Step 5 10/27/2018 30© 2015, Perfecto Mobile Ltd. All Rights Reserved. Object Identification Strategy Interact with WebView Elements within the PWA App Launch PWA App Close Driver Interact with Native Elements of the PWA App
  31. 31. Progressive Web App – Test Plan Strategy: Step 5 10/27/2018 31© 2015, Perfecto Mobile Ltd. All Rights Reserved. Object Identification Strategy
  32. 32. Progressive Web App – Test Plan Strategy: Step 5 10/27/2018 32© 2015, Perfecto Mobile Ltd. All Rights Reserved. Object Identification Strategy
  33. 33. Progressive Web App – Test Plan Strategy: Step 5 10/27/2018 33© 2015, Perfecto Mobile Ltd. All Rights Reserved. Object Identification Strategy &
  34. 34. Progressive Web App – Test Plan Strategy: Step 6 • https://developers.google.com/web/progressive-web-apps/checklist 10/27/2018 34© 2015, Perfecto Mobile Ltd. All Rights Reserved. Google’s PWA Checklist Compliance
  35. 35. Summary & References • Summary: • PWA is growing and embraced by browser vendors and enterprises • iOS is lagging behind Android capabilities • Selenium & Appium (Or Visual Testing) is the recommended test automation strategy for PWA • Leverage what you already know and have (RWD, Selenium, Mobile Testing) • References: • Service Workers (W3C) - https://www.w3.org/TR/service- workers/ • Google Lighthouse - Google Lighthouse - Web Store • Debugging SW – Google Developers • Chrome SW Inspector - Local Inspector 10/27/2018 35© 2015, Perfecto Mobile Ltd. All Rights Reserved.
  36. 36. Thank You • Eran Kinsbruner • @ek121268 • erank@perfecto.io • http://continuoustesting.blog © 2015, Perfecto Mobile Ltd. All Rights Reserved.

×