Learning user interface element interactions
Learning user interface element interactions
复制标题
DOI:
10.1145/3293882.3330569
复制
发表时间:
2019-07
期刊:
影响因子:
--
通讯作者:
Christian Degott;N. P. Borges;A. Zeller
中科院分区:
文献类型:
--
作者:
Christian Degott;N. P. Borges;A. Zeller
When generating tests for graphical user interfaces, one central problem is to identify how individual UI elements can be interacted with—clicking, long- or right-clicking, swiping, dragging, typing, or more. We present an approach based on reinforcement learning that automatically learns which interactions can be used for which elements, and uses this information to guide test generation. We model the problem as an instance of the multi-armed bandit problem (MAB problem) from probability theory, and show how its traditional solutions work on test generation, with and without relying on previous knowledge. The resulting guidance yields higher coverage. In our evaluation, our approach shows improvements in statement coverage between 18% (when not using any previous knowledge) and 20% (when reusing previously generated models).