What is Fuzz Testing?











Sponsored Links:

Fuzz testing is a Black box testing process that uses random bad information to attack a program & see what breaks in your application.
Fuzz testing is mostly used for,
• Generate a right to enter its program.
• Restoring a portion of the file with random information.
• Open the file with the program.
• Observe what is broken.
Fuzz testing can be automated to maximize their impact on giant applications. This check enhances confidence that the application is safe & secure.

No comments: