An Interleaving Approach to Combinatorial Testing and Failure-Inducing Interaction Identification

Xintao Niu,Changhai Nie,Hareton Leung,Yu Lei,Xiaoyin Wang,Jiaxi Xu,Yan Wang
DOI: https://doi.org/10.1109/tse.2018.2865772
IF: 7.4
2020-01-01
IEEE Transactions on Software Engineering
Abstract:Combinatorial testing (CT) seeks to detect potential faults caused by various interactions of factors that can influence the software systems.When applying CT, it is a common practice to first generate a set of test cases to cover each possible interaction and then to identify the failure-inducing interaction after a failure is detected.Although this conventional procedure is simple and forthright, we conjecture that it is not the ideal choice in practice.This is because 1) testers desire to identify the root cause of failures before all the needed test cases are generated and executed 2) the early identified failure-inducing interactions can guide the remaining test case generation so that many unnecessary and invalid test cases can be avoided.For these reasons, we propose a novel CT framework that allows both generation and identification process to interact with each other.As a result, both generation and identification stages will be done more effectively and efficiently.We conducted a series of empirical studies on several open-source software, the results of which show that our framework can identify the failure-inducing interactions more quickly than traditional approaches while requiring fewer test cases.
What problem does this paper attempt to address?