Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Fuzz testing

This article is a stub--an article which is only partly developed. Please help to develop it.

Fuzzing is a technique for testing software using automated tools to provide invalid or unexpected input to a program or function in a program, then checking the results to see if the program crashes or otherwise acts inappropriately. This is an important way to ensure that software is stable, reliable, and secure, and we use fuzzing a lot at Mozilla.

Document Tags and Contributors

 Contributors to this page: Sheppy, amuntner, Jesse
 Last updated by: Sheppy,