対訳 ファジー テスト
出典:Wiktionary
出典:Wikipedia
出典:『Wikipedia』 (2011/05/24 03:10 UTC 版)
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. Fuzzing is commonly used to test for security problems in software or computer systems.