Fuzz testing

Fuzz testing

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5146-2492-8

High Quality Content by WIKIPEDIA articles! Fuzz testing or fuzzing is a software testing technique, often automated or semi-automated, that involves providing invalid, unexpected, or random data to the inputs of a computer program. The program is then monitored for exceptions such as crashes, or failing built-in code assertions or for finding potential memory leaks. Fuzzing is commonly used to test for security problems in software or computer systems.