Since joining Sofy, a mobile and web test automation company, several months ago, I have had the opportunity to talk to a lot of Engineering and QA Managers of many of our customers about their testing methodologies and their challenges, particularly for mobile apps.
The picture that emerged, not surprisingly, is that most, if not all of them use manual testing for mobile apps today; typically, with outsourced testers with limited code coverage and limited number of devices. They desperately feel the need for an automated solution but lack the skillset or can justify the ROI to take on such a project. Some who started their test automation journey quickly abandoned it due to its complexity.
These observations made me to think about the challenges of automation for mobile apps and the tradeoff involved in manual and automated testing.
Challenges for Testers:
Firstly, testing tends to be an after-thought in most projects until quality becomes a top customer sat issue and a sales blocker. As development delays mount, companies don’t want to delay their release deadlines; what gets squeezed is their testing timelines and testing resources.
Secondly, in this age of scrum and devOps, weekly and monthly releases are the norm than an exception. Such tight release schedules make regression testing quite challenging; what gets tested are the new features in the release. As for the other functions in the app, there is little time left to test. Without regression testing, when a new code breaks old one, the problem felt by the customers, often results in loss of revenue or reputation.
Mobile App Testing vs Web / Desktop Apps:
Let us take a closer look at what makes mobile app testing more difficult than application types such as web or desktop apps. You can look at the testing of an app in 4 layers – each with their own attributes.

2. Device-centric testing Unlike web apps, a mobile app must deal with device characteristics like resolution, performance, battery life, etc. which vary greatly across devices. In addition, a perfectly well behaving app on one device can exhibit crashes on another device. Therefore, being able to perform crash analysis is an important component of testing for mobile apps. In the world of web apps, browser handles most of the device idiosyncrasies like resolution, fonts, scaling, etc. For native and hybrid mobile apps, device specific issues need to be handled at the app level.
3. UI Testing involves testing the UI layer such as Navigation, Layout, Screen orientation and Accessibility.
4. App level testing focuses on functional or scenario testing in which specific scenarios in the core application logic are validated from the perspective of the UI layer.
Mobile Testing on Varied Devices, OS and Browsers:
An additional dimension of complexity arises with mobile apps. Mobile apps must be tested against plethora of devices, OS versions and browsers. The permutation of these variables further contributes to the complexity of testing and increased level of resources.
The diagram below illustrates the dimensions of testing for mobile Apps.
With this perspective in mind, a QA manager is in a difficult position of deciding between manual testing or automation. Some of the tradeoffs are highlighted below.
Manual Testing | Automated Testing |
|
|
As neither of these approaches offer viable alternative, most teams stick with manual testing with their limitations. However, the only viable option to address these challenges in a cost-effective way is a “no code” automation tool. This is an area of big investment with many startups vying to solve this problem and are leveraging AI to overcome some of the technical challenges.
Sofy.ai is one such company that has a solution that addresses these challenges. I look forward to your comments, your app testing stories and any best practices that you have used to mitigate some of the challenges I mention.