Branch and bound framework for automatic test case generation

xuzhou zhang,yawen wang,yunzhan gong,ying xing
DOI: https://doi.org/10.1360/N112014-00142
2014-01-01
Abstract:As a basic problem and a hotspot in software testing, the automation of path-wise test case generation is of special importance, which is in essence a constraint satisfaction problem solved by search strategies. Therefore, the constraint processing efficiency of the selected search algorithm is a key factor. Aiming at the increase of search efficiency, a hybrid intelligent algorithm is proposed to efficiently search the solution space of potential test cases by making full use of both global and local search methods. Branch and bound is adopted for global search, and hill climbing is adopted for local search. They are highly integrated to form an efficient search framework.
What problem does this paper attempt to address?