Concepedia

Publication | Closed Access

MobiGUITAR: Automated Model-Based Testing of Mobile Apps

278

Citations

12

References

2014

Year

TLDR

Mobile device software engineering is increasingly complex, and UI‑driven testing tools are proliferating, yet they remain unsuitable for many amateur app developers. MobiGUITAR is an automated framework for GUI‑driven testing of Android applications. It observes and abstracts runtime GUI widget states into a scalable state‑machine model, which, combined with coverage criteria, automatically generates test cases. In experiments on four open‑source Android apps, MobiGUITAR generated 7,711 test cases, executed them, and uncovered 10 previously unknown bugs, including Android‑specific ones.

Abstract

As mobile devices become increasingly smarter and more powerful, so too must the engineering of their software. User-interface-driven system testing of these devices is gaining popularity, with each vendor releasing some automation tool. However, these tools are inappropriate for amateur programmers, an increasing portion of app developers. MobiGUITAR (Mobile GUI Testing Framework) provides automated GUI-driven testing of Android apps. It's based on observation, extraction, and abstraction of GUI widgets' run-time state. The abstraction is a scalable state machine model that, together with test coverage criteria, provides a way to automatically generate test cases. When applied to four open-source Android apps, MobiGUITAR automatically generated and executed 7,711 test cases and reported 10 new bugs. Some bugs were Android-specific, stemming from the event- and activity-driven nature of Android.

References

YearCitations

Page 1