To determine if a software program properly handles a wide range of invalid input, a form of automated testing can be used to randomly generate invalid input in an attempt to crash the program.
What term is commonly used when referring to this type of testing?
A . Randomizing
B . Bounding
C . Mutating
D . Fuzzing
Answer: D