📜  模糊测试 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:37.993000             🧑  作者: Mango

代码示例1
Fuzz testing is used to identify coding
errors and security loopholes in an application.
By inputting a massive amount of random
data to the system in an attempt to make
it crash to identify if anything breaks
in the application.