show/hide this revision's text 2 deleted 145 characters in body

Do some research to see if your language has some kind of automated fuzz testing framework. If it does, just hook that into your test :)

You can also look into mutation testing (Jester for Java, Heckle for Ruby)

show/hide this revision's text 1

Do some research to see if your language has some kind of automated fuzz testing framework. If it does, just hook that into your test :)

You can also look into mutation testing (Jester for Java, Heckle for Ruby)