What is the purpose of fuzz testing (fuzzing) in secure software development?
-
A
To test software under simulated production load
-
B
To automatically generate random or malformed inputs to discover crashes and security vulnerabilities
-
C
To verify that UI elements render correctly across browsers
-
D
To measure code coverage of unit tests