The Influence of Code Coverage Metrics on Automated Testing Efficiency in Android

Abstract

Code coverage is an important metric that is used by automated Android testing and security analysis tools to guide the exploration of applications and to assess efficacy. Yet, there are many different variants of this metric and there is no agreement within the Android community on which are the best to work with. In this paper, we report on our preliminary study using the state-of-the-art automated test design tool Sapienz. Our results suggest a viable hypothesis that combining different granularities of code coverage metrics can be beneficial for achieving better results in automated testing of Android applications.

Publication
Proceedings of the 2018 ACM SIGSAC Conference on Computer and Communications Security

Related