Using Program Slicing To Improve The Efficiency And Effectiveness Of Cluster Test Selection

Zhenyu Chen,Yongwei Duan,Zhihong Zhao,Baowen Xu,Ju Qian
DOI: https://doi.org/10.1142/S0218194011005487
IF: 1.007
2011-01-01
International Journal of Software Engineering and Knowledge Engineering
Abstract:Cluster test selection is a new successful approach to select a subset of the existing test suite in regression testing. In this paper, program slicing is introduced to improve the efficiency and effectiveness of cluster test selection techniques. A static slice is computed on the modified code. The execution profile of each test case is filtered by the program slice to highlight the parts of software affected by modification, called slice filtering. The slice filtering reduces the data dimensions for cluster analysis, such that the cost of cluster test selection is saved dramatically. The experiment results show that the slice filtering techniques could reduce the cost of cluster test selection significantly and could also improve the effectiveness of cluster test selection modestly. Therefore, cluster test selection by filtering has more potential scalability to deal with large software.
What problem does this paper attempt to address?