from The Art of Software Testing by Glenford Myers
Conversation
Replying to
This doesn't apply to property based testing right? Because it will try to find the minimal failing test case, not just random inputs, and it should remember previously failing ones.
Why? Random Testing (or fuzzing) is definitely extremely *efficient* (finding the same bugs faster) but not necessarily very *effective* (finding more bugs overall).
mboehme.github.io/paper/TSE15.pdf
1
Show replies


