SEHCJan 28, 2022

Guided Bug Crush: Assist Manual GUI Testing of Android Apps via Hint Moves

arXiv:2201.12085v141 citations
Originality Incremental advance
AI Analysis

This addresses the problem of time-consuming and error-prone manual testing for Android app developers, offering an incremental improvement by integrating hints into existing testing workflows.

The paper tackles the inefficiency of manual GUI testing for Android apps by proposing NaviDroid, which provides highlighted next operations to guide testers, resulting in high coverage and efficient path planning as demonstrated in automated experiments and a user study.

Mobile apps are indispensable for people's daily life. Complementing with automated GUI testing, manual testing is the last line of defence for app quality. However, the repeated actions and easily missing of functionalities make manual testing time-consuming and inefficient. Inspired by the game candy crush with flashy candies as hint moves for players, we propose an approach named NaviDroid for navigating testers via highlighted next operations for more effective and efficient testing. Within NaviDroid, we construct an enriched state transition graph with the triggering actions as the edges for two involved states. Based on it, we utilize the dynamic programming algorithm to plan the exploration path, and augment the GUI with visualized hints for testers to quickly explore untested activities and avoid duplicate explorations. The automated experiments demonstrate the high coverage and efficient path planning of NaviDroid and a user study further confirms its usefulness. The NaviDroid can help us develop more robust software that works in more mission-critical settings, not only by performing more thorough testing with the same effort that has been put in before, but also by integrating these techniques into different parts of development pipeline.

Foundations

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

Your Notes