<div class="csl-bib-body">
<div class="csl-entry">Bleier, J., Kehrer, F., Cito, J., & Lindorfer, M. (2025). Profile Coverage: Using Android Compilation Profiles to Evaluate Dynamic Testing. In <i>ASE 2025 : 2025 40th IEEE/ACM International Conference on Automated Software Engineering</i> (pp. 906–918). IEEE. https://doi.org/10.34726/11832</div>
</div>
-
dc.identifier.uri
http://hdl.handle.net/20.500.12708/226229
-
dc.identifier.uri
https://doi.org/10.34726/11832
-
dc.description.abstract
The rising complexity of Android apps makes comprehensive dynamic testing infeasible, especially for third-party apps. Knowing which methods are exercised by real users typically requires costly user studies or access to usage telemetry. We show that Android’s compilation profiles, specifically Cloud Profiles collected by the Google Play Store, offer a readily available, underutilized source of such information. These operational profiles aggregate which methods are commonly executed across users and guide ahead-of-time compilation during app installation. We provide the first in-depth characterization of Baseline Profiles and Cloud Profiles and show that over 99.89% of the top 1,000 apps include usage-derived cloud profiles.Based on this insight, we introduce profile coverage, a novel metric that measures how well dynamic testing exercises the methods real users interact with. This metric builds on the idea of operational coverage and enables a more holistic evaluation of automated test input generators. To enable profile coverage measurements, we develop a lightweight tracer, ProfTrace, based on Linux kernel uprobes that requires no app or system modifications. We demonstrate its utility by comparing three tools and a no-interaction baseline on 50 popular apps, showing that profile coverage reveals differences that traditional code coverage misses. For instance, in Candy Crush, automated testing achieves only 2.22% method coverage, but 21.39% profile coverage—indicating better alignment with user behavior than traditional code coverage would suggest.
en
dc.description.sponsorship
WWTF Wiener Wissenschafts-, Forschu und Technologiefonds
-
dc.description.sponsorship
WWTF Wiener Wissenschafts-, Forschu und Technologiefonds
-
dc.description.sponsorship
FWF - Österr. Wissenschaftsfonds
-
dc.description.sponsorship
European Commission
-
dc.language.iso
en
-
dc.relation.ispartofseries
IEEE/ACM International Conference on Automated Software Engineering
-
dc.rights.uri
http://rightsstatements.org/vocab/InC/1.0/
-
dc.subject
android apps
en
dc.subject
software testing
en
dc.subject
compilation profiles
en
dc.subject
user interface interaction
en
dc.subject
aggregate user interaction
en
dc.title
Profile Coverage: Using Android Compilation Profiles to Evaluate Dynamic Testing