Revamping the Android testing pipeline at Dropbox
When a company such as Dropbox shares its testing process, you should take notice. Will Clausen, Chris Mitchell, and Mike Nakhimovich explain how they scaled an in-house CI/CD pipeline for even more effective Android release, testing and development.
Bartek Pacia describes the new features introduced in the latest release of the open-source mobile test tool — Maestro. It includes AI-powered commands such as assertWithAI
and assertNoDefectsWithAI
— interesting!
Memory leaks on mobile devices can lead to crashes. Danil Perevalov explains the approach they took to catch such issues during UI tests.
Test Automation on Android Apps using WebdriverIO with Allure Report
Automating mobile apps? Ahmad Azeri Chandra Bhuana wrote a handy guide on how to do that with WebdriverIO on Android. And he wrote one for iOS, too.
Testing mobile apps? Adrian Brociek presents a real-world scenario of improving the speed and reliability of mobile tests by running them in the Firebase Test Lab cloud.
The Automation Strategy Problem; Not an Appium Challenge
Ravisuriya Eswara gives example-driven advice on navigating a problem in mobile test automation.
Speed up Appium iOS Automation
Are your Appium tests running slowly on iOS? Jeeva Tamilselvan has a handful of tips that can help you speed them up!
And speaking of mobile testing, Julia Pottinger shared five quick wins for mobile app testing.
Android screenshot testing with Roborazzi
Stefano Natali shares a helpful tutorial about setting up Roborazzi for visual testing on Android.
Speaking of mobile testing, Ahtisham Ilyas shows how to do Mobile Device Testing with Selenium Grid 4 and Appium 2.0.
Creating an automated test framework for React Native apps
Reshma Sujith tells us how they moved from testing native mobile apps to testing React Native apps with a new test framework.
Also, Paul Samuels explains more about Mobile UI testing with Maestro, using an iOS app as an example.
Deep Linking — Shortcut for Faster Appium Tests
Lana Begunova explains how this handy trick of deep linking in mobile apps lets you go directly to the screen you want to test.
Lana also shows how to Find Mobile Elements with Robust Appium Locator Strategies and Selectors.