Concolic Testing in Logic Programming

Fred Mesnard,Étienne Payet,Germán Vidal
DOI: https://doi.org/10.1017/S1471068415000332
2015-07-20
Abstract:Software testing is one of the most popular validation techniques in the software industry. Surprisingly, we can only find a few approaches to testing in the context of logic programming. In this paper, we introduce a systematic approach for dynamic testing that combines both concrete and symbolic execution. Our approach is fully automatic and guarantees full path coverage when it terminates. We prove some basic properties of our technique and illustrate its practical usefulness through a prototype implementation.
Programming Languages
What problem does this paper attempt to address?