A Two-Layered Framework for the Discovery of Software Behavior: A Case Study

Cong Liu,Jianpeng Zhang,Guangming Li,Shangce Gao,Qingtian Zeng
DOI: https://doi.org/10.1587/transinf.2017edp7027
2018-01-01
IEICE Transactions on Information and Systems
Abstract:During the execution of software, tremendous amounts of data can be recorded. By exploiting the execution data, one can discover behavioral models to describe the actual software execution. As a wellknown open-source process mining toolkit, ProM integrates quantities of process mining techniques and enjoys a variety of applications in a broad range of areas. How to develop a better ProM software, both from user experience and software performance perspective, are of vital importance. To achieve this goal, we need to investigate the real execution behavior of ProM which can provide useful insights on its usage and how it responds to user operations. This paper aims to propose an effective approach to solve this problem. To this end, we first instrument existing ProM framework to capture execution logs without changing its architecture. Then a two-layered framework is introduced to support accurate ProM behavior discovery by characterizing both user interaction behavior and plug-in calling behavior separately. Next, detailed discovery techniques to obtain user interaction behavior model and plug-in calling behavior model are proposed. All proposed approaches have been implemented.
What problem does this paper attempt to address?