Practice free →
HomeSoftware TestingSoftware Testingadvanced_security_performance › Fuzz testing (fuzzing) inputs are typically

Fuzz testing (fuzzing) inputs are typically

AProduction data anonymised by hashing
BSynthetic data for analytics dashboards
CMalformed or random data to find crashes
DCarefully crafted valid happy paths
Answer & Solution
Correct answer: C. Malformed or random data to find crashes
Fuzzers (AFL, libFuzzer, OSS-Fuzz) inject random/malformed/grammar-aware inputs to trigger crashes, hangs, memory errors. Coverage-guided fuzzing (AFL) evolves inputs to maximise code coverage.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions