SEJun 19, 2021

Test case prioritization using test case diversification and fault-proneness estimations

arXiv:2106.10524v323 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses delayed feedback in software development by improving test case prioritization, but it is incremental as it builds on existing methods.

The paper tackles the problem of time-consuming regression testing by proposing a test case prioritization approach that combines test case coverage, bug history, and diversification, showing superiority over coverage-based methods on real-world datasets with 357 versions.

Regression testing activities greatly reduce the risk of faulty software release. However, the size of the test suites grows throughout the development process, resulting in time-consuming execution of the test suite and delayed feedback to the software development team. This has urged the need for approaches such as test case prioritization (TCP) and test-suite reduction to reach better results in case of limited resources. In this regard, proposing approaches that use auxiliary sources of data such as bug history can be interesting. We aim to propose an approach for TCP that takes into account test case coverage data, bug history, and test case diversification. To evaluate this approach we study its performance on real-world open-source projects. The bug history is used to estimate the fault-proneness of source code areas. The diversification of test cases is preserved by incorporating fault-proneness on a clustering-based approach scheme. The proposed methods are evaluated on datasets collected from the development history of five real-world projects including 357 versions in total. The experiments show that the proposed methods are superior to coverage-based TCP methods. The proposed approach shows that improvement of coverage-based and fault-proneness-based methods is possible by using a combination of diversification and fault-proneness incorporation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes