Sciweavers

KBSE
2010
IEEE

How did you specify your test suite

13 years 2 months ago
How did you specify your test suite
Although testing is central to debugging and software certification, there is no adequate language to specify test suites over source code. Such a language should be simple and concise in daily use, feature a precise semantics, and of course, it has to facilitate suitable engines to compute test suites and assess the coverage achieved by a test suite. This paper introduces the language FQL designed to fit these purposes. We achieve the necessary expressive power by a natural extension of regular expressions which matches test suites rather than individual executions. To evaluate the language, we show for a list of informal requirements how to express them in FQL. Moreover, we present a test case generation engine for C programs and perform practical experiments with the sample specifications. Categories and Subject Descriptors D.2.5 [Software Engineering]: Testing and Debugging—data generators, coverage General Terms Languages, Verification
Andreas Holzer, Christian Schallhart, Michael Taut
Added 29 Jan 2011
Updated 29 Jan 2011
Type Journal
Year 2010
Where KBSE
Authors Andreas Holzer, Christian Schallhart, Michael Tautschnig, Helmut Veith
Comments (0)