Monkey testing is a technique used in software testing to test the application or product by providing random data and observing if the system or application crashes or gives an error. Monkey testing is also called as Fuzz Testing sometimes.
- In Monkey Testing, random data is entered into the application to check the behaviour of the application and see if it gives an error
- In Monkey testing the tester or sometimes developer also [Read more…] about Monkey testing- Examples, Differences, Tools,How To Do, Advantages, Disadvantages, Types