Automating the release process
In this insightful article, Daniel Kheyfets shares their journey of automating the release process of mobile applications, including the planning, implementation, visualisation and consequences.
NightwatchJS for Desktop Browser testing
Following up on the previous article focused on mobile browser testing, Daniel Maioni now thoroughly describes how to leverage NightwatchJS to test apps running on desktop browsers.
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.
UI tests on Android. How do we test an app that requires permissions?
Anyone who had to interact with permissions in automated mobile tests understands that it's not always straightforward. Here's one way of dealing with it, explained by Andrey Sumin.
How APPIUM actually works? Internal Architecture
Appium is one of the most popular open-source test tools for mobile (and not only). Partik Chandra briefly explains how it works in practice.
Unobtrusive and testable issue reporting on IOS
If you work on testing iOS mobile apps, the swift-issue-reporting library by Brandon Williams and Stephen Celis can help you with debugging and issue reporting.
This time, Daniela Carvalho F. N. Neves shares a lot of great tips on how to properly test web apps on mobile.
Automating System Apps with Appium — iOS and Android
If you're looking for a detailed overview of setting up and using Appium for automating mobile apps, have a look at this great guide by Lana Begunova.
You may also want to learn about The Pros and Cons of XPath — Mobile Locator Strategy.
Accessibility Testing: Creating a World Without Walls
With accessibility becoming more important, it's good to see guides such as this one by Mariia Furta describing the solutions we can use to test for it on mobile and desktop platforms.
Similarly, Andreea Draniceanu wrote a short overview of Accessibility Testing for Mobile Apps.