This is an archive of the old software engineering chair at Saarland University. It is no longer up-to-date.

Combining Search-based and Constraint-based Testing - ASE 2011
by Jan Malburg, Gordon Fraser

September 2011.

Download as PDF file.

Abstract

Many modern automated test generators are based on either meta-heuristic search techniques or use constraint solvers. Both approaches have their advantages, but they also have specific drawbacks: Search-based methods get stuck in local optima and degrade when the search landscape offers no guidance; constraint-based approaches, on the other hand, can only handle certain domains efficiently. In this paper we describe a method that integrates both techniques and delivers the best of both worlds. On a high-level view, our method uses a genetic algorithm to generate tests, but the twist is that during evolution a constraint solver is used to ensure that mutated offspring efficiently explores different control flow. Experiments on 20 case study examples show that on average the combination improves branch coverage by 28% over search-based techniques and by 13% over constraint-based techniques.

BibTeX Entry

@inproceedings{malburg-ase-2011,
    title = "Combining Search-based and Constraint-based Testing",
    author = "Jan Malburg and Gordon Fraser",
    year = "2011",
    month = sep,
    location = "Lawrence, Kansas, USA",
}

Show all publications of the Software Engineering Chair.