Automatic Debugging of Operator Errors Based on Efficient Mutation Analysis

TianTian Wang,JiaHuan Xu,XiaoHong Su,ChenShi Li,Yang Chi
DOI: https://doi.org/10.1007/s11042-018-6603-3
IF: 2.577
2019-01-01
Multimedia Tools and Applications
Abstract:It takes a lot of time and effort to manually locate and fix software bugs. This paper proposes a method for automatically debugging operator related bugs. Testing, fault localization, and bug-fixing are closely linked based on mutation analysis. However, in the process of mutation analysis, the generation of a large number of mutants and the execution of test cases on mutants, is fairly time-consuming. To solve this problem, optimization methods for selection of mutants and test cases have been proposed. Experiment results has shown that it can improve the efficiency of mutation analysis, so that the cost of fault-localization and bug-fixing can be reduced. We also implemented the exhaustive mutation method and the random mutation method and compared these three methods. These three method have different application scenarios. As the mutation based fault localization can rank statements by suspiciousness, the method integrated with fault localization is more stable and has batter performance. Also, it is more suitable for analyzing program with multi-bugs.
What problem does this paper attempt to address?