Generating test cases to abuse a BNF grammar automagically.
        Posted  
        
            by Paul Nathan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul Nathan
        
        
        
        Published on 2010-04-23T23:00:17Z
        Indexed on 
            2010/04/23
            23:03 UTC
        
        
        Read the original article
        Hit count: 418
        
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
© Stack Overflow or respective owner