Home > Research > Publications & Outputs > Improving Software Quality for Regular Expressi...

Electronic data

View graph of relations

Improving Software Quality for Regular Expression Matching Tools Using Automated Combinatorial Testing

Research output: ThesisMaster's Thesis

Published
Publication date19/12/2017
Number of pages43
Awarding Institution
  • Simon Fraser Univ
Award date1/10/2017
<mark>Original language</mark>English

Abstract

Regular expression matching tools (grep) match regular expressions to lines of text. However, because of the complexity that regular expressions can reach, it is challenging to apply state of the art automated testing frameworks to grep tools. Combinatorial testing has shown to be an effective testing methodology, especially for systems with large input spaces. In this dissertation, we investigate the approach of a fully automated combinatorial testing system for regular expression matching tools CoRE (Combinatorial testing for Regular Expressions). CoRE automatically generates test cases using combinatorial testing and measures correctness using differential testing. CoRE outperformed AFL and AFLFast in terms of code coverage testing icGrep, GNU grep and PCRE grep.