header bg

Scan QR code or get instant email to install app

Question:

Clover wants to test her company's web application to see if it is handling input validation and data validation properly. Which testing method would be most effective for this?

A Fuzzing.
explanation

Fuzzing is a method where the tester intentionally inputs incorrect values into input fields to observe how the application responds. Static code analysis tools, on the other hand, scan the code for known issues. Baselining refers to the process of establishing security standards, while version control tracks changes in the code without testing it.

Related Information

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*