A Memetic Algorithm For Test Data Generation Of Object-Oriented Software

Andrea Arcuri,Xin Yao
DOI: https://doi.org/10.1109/CEC.2007.4424725
2007-01-01
Abstract:Generating test data for Object-Oriented (00) software is a hard task. Little work has been done on the subject, and a lot of open problems still need to be investigated. In this paper we focus on container classes. They are used in almost every type of software, hence their reliability is of utmost importance. We present novel techniques to generate test data for container classes in an automatic way. A new representation with novel search operators is described and tested. A way to reduce the search space for 00 software is presented. This is achieved by dynamically eliminating the functions that cannot give any further help from the search. Besides, the problem of applying the branch distances of disjunctions and conjunctions to 00 software is solved. Finally, Hill Climbing, Genetic Algorithms and Memetic Algorithms are used and compared. Our empirical case study shows that our Memetic Algorithm outperforms the other algorithms.
What problem does this paper attempt to address?