
- Software Testing Dictionary
- Home
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Fuzz Testing
What is Fuzz Testing?
Fuzz testing is a software testing technique using which a random data is given as the inputs to the system. If the application fails, then those issues/defects are to be addressed by the system. In short, unexpected or random inputs might lead to unexpected results.
Fuzz Testing Phases:
Following are the key phases for fuzz testing:

Attack Types
Number/Character Fuzzing
Application Fuzzing
Protocol Fuzzing
File Format Fuzzing
Advertisements