Abstract
Manual testing, as a complement to automated GUI testing, is the last line of defense for app quality especially in spotting usability and accessibility issues. However, the repeated actions and easy missing of some functionalities make manual testing time-consuming, labor-extensive and inefficient. Inspired by the game candy crush with flashy candies as hint moves for players, we develop a tool named NaviDroid for navigating human testers via highlighted next operations for more effective and efficient testing. Within NaviDroid, it constructs an enriched state transition graph (STG) with the trigger actions as the edges for two involved states. Based on the STG, NaviDroid utilizes the dynamic programming algorithm to plan the exploration path, and augment the run-time GUI with visualized hint moves for testers to quickly explore untested states and avoid duplication. The automated experiments demonstrate the high coverage and efficient path planning of NaviDroid. A user study further confirms its usefulness in the participants covering more states and activities, detecting more bugs within less time compared with the control group.NaviDroid demo video: https://youtu.be/lShFyg_nTA0.
Original language | English |
---|---|
Title of host publication | Proceedings - 2022 ACM/IEEE 44th International Conference on Software Engineering |
Subtitle of host publication | Companion Proceedings, ICSE-Companion 2022 |
Editors | Matthew B. Dwyer |
Place of Publication | New York NY USA |
Publisher | Association for Computing Machinery (ACM) |
Pages | 154-158 |
Number of pages | 5 |
ISBN (Electronic) | 9781665495981 |
ISBN (Print) | 9781665495998 |
DOIs | |
Publication status | Published - 2022 |
Externally published | Yes |
Event | International Conference on Software Engineering 2022: Software Engineering in Society - Pittsburgh, United States of America Duration: 22 May 2022 → 27 May 2022 Conference number: 44th https://ieeexplore.ieee.org/xpl/conhome/9793840/proceeding (Proceedings) https://conf.researchr.org/home/icse-2022 (Website) |
Publication series
Name | Proceedings - International Conference on Software Engineering |
---|---|
Publisher | Association for Computing Machinery (ACM) |
ISSN (Print) | 0270-5257 |
Conference
Conference | International Conference on Software Engineering 2022 |
---|---|
Abbreviated title | ICSE-SEIS 2022 |
Country/Territory | United States of America |
City | Pittsburgh |
Period | 22/05/22 → 27/05/22 |
Internet address |
Keywords
- Android App
- GUI testing
- Human testing
- State Transition Graph