Which of the following steps are involved in performing web application fuzz testing?

A. Identify inputs, generate fuzzed data, and execute the test using fuzz data.
B. Reboot the target system, identify inputs, and generate fuzzed data.
C. Insert known errors into the code and then monitor the system behavior.
D. Execute the test using known data sets containing realistic data, monitor system behavior, and log defects.



Answer :

Final answer:

Web application fuzz testing involves identifying inputs, generating fuzzed data, and executing tests using the fuzzed data.


Explanation:

Web application fuzz testing involves the following steps:

  1. Identify inputs: Determine the input fields and parameters to be tested.
  2. Generate fuzzed data: Create malformed or unexpected data to input into the application.
  3. Execute the test using fuzz data: Run the test using the generated fuzzed data to identify vulnerabilities.

Learn more about Web application fuzz testing here:

https://brainly.com/question/38099565