Combinatorial Testing of In-Parameter-Order Based on Ant-Colony-Algorithm

TU Ya-ming,WAN Guo-wei,WANG Guo-feng,BIAN Ji-nian
DOI: https://doi.org/10.3969/j.issn.1671-8755.2013.03.012
2013-01-01
Abstract:Combinatorial testing is a very effective means to software testing,but the test cases generation is a NP-complete problem. In-Parameter-Order strategy is one of the state-of-art methods of combinatorial testing. It divides the problem as two parts: horizontal( parameters) extension and vertical( test cases) extension which are all solved by greedy algorithm. Aiming at solving the problem of local solution introduced by greedy strategy of IPO,this paper presents an algorithm which introduces ant-colony-algorithm to horizontal extension of IPO. It enhances the global search ability avoiding to running into local solution. As shown by experiments,the size of test cases generated by the proposed method is smaller than IPO.
What problem does this paper attempt to address?