SEAug 20, 2020

Model-based Automated Testing of Mobile Applications: An Industrial Case Study

arXiv:2008.08859v18 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient and scalable testing for mobile app developers in industrial settings, though it is incremental as it builds on existing model-based methods.

The paper tackled the problem of manual mobile app testing in industry by proposing a model-based test generation approach executed on cloud-hosted real devices, resulting in high coverage of user interaction parts but noting the need for external services to improve overall coverage.

Automatic testing of mobile applications has been a well-researched area in recent years. However, testing in industry is still a very manual practice, as research results have not been fully transferred and adopted. Considering mobile applications, manual testing has the additional burden of adequate testing posed by a large number of available devices and different configurations, as well as the maintenance and setup of such devices. In this paper, we propose and evaluate the use of a model-based test generation approach, where generated tests are executed on a set of cloud-hosted real mobile devices. By using a model-based approach we generate dynamic, less brittle, and implementation simple test cases. The test execution on multiple real devices with different configurations increase the confidence in the implementation of the system under test. Our evaluation shows that the used approach produces a high coverage of the parts of the application related to user interactions. Nevertheless, the inclusion of external services in test generation is required in order to additionally increase the coverage of the complete application. Furthermore, we present the lessons learned while transferring and implementing this approach in an industrial context and applying it to the real product.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes