Binary Coverage the Wrong Way
- Those programs were called fuzzers, or sometimes generators, and this was “fuzz testing”.
- It also for quite a long time wasn’t very good: the generator would have no feedback from the program under test except “did this random input crash or not”.
Unverified
- Those programs were called fuzzers, or sometimes generators, and this was “fuzz testing”.
- It also for quite a long time wasn’t very good: the generator would have no feedback from the program under test except “did this random input crash or not”.
Sources: Redvice