Tuesday, May 26, 2009

Monkey Testing

This type of test was the main reason that push me to create this bolg :D

I liked to share my testing knowledge so we all get the benifit...

Back to Monkey Test :)

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 name 'monkey' comes from the adage that ‘a thousand monkeys at a thousand typewriters will eventually type out the entire works of Shakespeare’. Cf. the Infinite monkey theorem.

No comments: