Samenvatting
In grammar-based testing, context-free grammars may be used to generate relevant test inputs for language processors, or meta programs, such as programming language compilers, refactoring tools, and implementations of software quality metrics. This technique can be used to test these meta programs, but the amount of sentences, and syntax trees thereof, which needs to be generated to obtain reasonable coverage of the input language is exponential. Pattern matching is a programming language feature used often when writing meta programs. Pattern matching helps because it automates the frequently occurring task of detecting shapes in, and extracting information from syntax trees. However, meta programs which contain many patterns are difficult to test using only randomly generated sentences from grammar rules. The reason is that statistically it is uncommon to directly generate sentences which accidentally match the patterns in the code. To solve this problem, in this paper we extract information from the patterns in the code of meta programs to guide the sentence generation process. We introduce a new coverage criterion, called Pattern Coverage, which focuses on providing a test strategy to reduce the amount of test necessary cases, while covering the relevant parts of the meta program. An initial experimental evaluation is presented and the result is compared with traditional grammar-based testing.
Originele taal-2 | Engels |
---|---|
Titel | Testing Software and Systems, ICTSS 2015 |
Redacteuren | K. El-Fakih, G. Barlas, N. Yevtushenko |
Uitgeverij | Springer |
Pagina's | 71-85 |
Aantal pagina's | 15 |
ISBN van elektronische versie | 978-3-319-25945-1 |
ISBN van geprinte versie | 978-3-319-25944-4 |
DOI's | |
Status | Gepubliceerd - 2015 |
Evenement | ICTSS 2015: International Conference on Testing Software and Systems - Sharjah and Dubai, Verenigde Arabische Emiraten Duur: 23 nov. 2015 → 25 nov. 2015 |
Publicatie series
Naam | Lecture Notes in Computer Science |
---|---|
Volume | 9447 |
Congres
Congres | ICTSS 2015: International Conference on Testing Software and Systems |
---|---|
Land/Regio | Verenigde Arabische Emiraten |
Stad | Sharjah and Dubai |
Periode | 23/11/15 → 25/11/15 |