The intent of _____ is to determine whether the program or function correctly handles all abnormal inputs or whether it crashes or otherwise fails to respond appropriately.

Respuesta :

Answer:

Fuzzing.

Explanation:

As the exercise briefly explains, the intent of fuzzing is to determine whether the program or function correctly handles all abnormal inputs or whether it crashes or otherwise fails to respond appropriately. This is an automated software testing technique that fills the program with data and is then supervised to see where it fails or crashes (if it does so).