Flaky tests are an inevitable challenge in mobile development. Should you disable them or retry them? You won’t find the answer to that question here, but you’ll definitely learn how to configure a retry strategy for Android tests and clear the database between retries to ensure a clean test environment.| Testableapple
Intro| Testableapple
This article dives into techniques for accelerating Android tests execution through batching and orchestration.| Testableapple
This article explains how to access string resources in UiAutomator test cases.| Mobile development with Alex
The "App Shortcuts" feature allows users to access a specific part of the application from the device's home screen. Users can see all available shortcuts by long pressing on the icon of the applications. In this article, we will learn how to test app shortcuts in Android apps.| Mobile development with Alex