MobiGUITAR: Automated Model-Based Testing of Mobile Apps 论文

2014IEEE Software引用 279
Software Testing and Debugging TechniquesSoftware System Performance and ReliabilityAdvanced Malware Detection Techniques

详细信息

发表期刊/会议
IEEE Software
发表日期
2014-04-10
发表年份
2014

关键词

Software Testing and Debugging TechniquesSoftware System Performance and ReliabilityAdvanced Malware Detection Techniques

摘要

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.