Basic QA --- Monkey testing

In computer science, a monkey test is a unit test that runs with no specific test in mind . The monkey in this case is the producer of any input. For example, a monkey test can enter random strings into text boxes to ensure handling of all possible user input or provide garbage files to check for loading routines that have blind faith in their data. The test monkey is technically known to conduct stochastic testing, which is in the category of black-box testing.

loading routines【计算机】输入(例行)程序

blind faith:盲目信仰

猜你喜欢

转载自jessie-java.iteye.com/blog/812859
QA