Generating test cases to abuse a BNF grammar automagically.
- by Paul Nathan
Hi,
I am wondering if there is a tool or technique which, given a BNF grammar, adjusts it randomly(but intelligently) and generates a stream of output for use in detecting cases that slip past the BNF (but shouldn't).
Thanks