Title: Automating GUI Testing for Android Applications
Authors: Cuixiong Hu, Iulian Neamtiu
Link: http://dl.acm.org/citation.cfm?id=1982595.1982612
The researchers of this paper did a two fold study of Android bugs. First, they performed a study to analyze and categorize the most common Android bugs. The second portion of their study was to develop a way to analyze, detect, and test the most common GUI, Android-specific bugs. They used JUnit as their unit tester in the study, and used many of it's built in functions.
The results of their research was highly promising. Their new unit tester did not miss any previously detected bugs, and observed several new ones. The tester particularly was good at finding Action errors, though it wasn't as effective on Event errors.
No comments:
Post a Comment