What is monkey testing

Showing Answers 1 - 33 of 33 Answers

sunitha

  • Dec 5th, 2005
 

it is called a Ad-hoc testing.Ad-hoc means with out knowing any test case it can excute it.

  Was this answer useful?  Yes

swapna

  • Dec 13th, 2005
 

the testing coverage on basic functionality only is called monkey testing.

  Was this answer useful?  Yes

venu madhav

  • Dec 15th, 2005
 

Testing the application only on main functionalities or main modules by skipping the subfunctionalities or submodules is called monkey testing.

  Was this answer useful?  Yes

Gangadhar Nidudavolu

  • Jan 6th, 2006
 

Monkey Testing is very much similiar to Ad-Hoc Testing, but has very thin line in Ad-Hoc we test the application with out any functional knowledge and documents where as in Monkey testing we have a minimum knowledge on the application for ex. we we click on any link we know where it takes.

  Was this answer useful?  Yes

The tester don't what he is testing in the intial stages of the testting process.He simply takes the applications and tests for the functionality of the application.

Its also called the branch to branch testing.

  Was this answer useful?  Yes

Satyendra Kumar

  • Jan 17th, 2006
 

Monkey Tesing or gorilla testing is very similar to Ad-hoc testing, so while testing there is no-document or specification required. testing is done randomly for its working.

  Was this answer useful?  Yes

thanu

  • Jan 18th, 2006
 

during monkey testing a test engg cover only the basic functionalities of an application( due to lack of time)

  Was this answer useful?  Yes

Shashi

  • Jan 19th, 2006
 

In some situations its not possible to conduct the complete testing.In this cases we r going to cover main functionalitis and we wil skip cosmotec functionalities.We can decide thru Coverage Analysis.i.e,

Which functionalities are visible to the end-user,which functionalities are dealing with money or budget.So This is what about monkey testing

  Was this answer useful?  Yes

hari

  • Feb 7th, 2006
 

Monkey Testing is nothing but, test the application without following any documents.

  Was this answer useful?  Yes

Eswar

  • Feb 10th, 2006
 

Testing the application with out any specificatins, ex: testing the loading of buttons ,highlighting...

  Was this answer useful?  Yes

monkey testing is nothing but ad-hoc testing.ad-hoc testing  involves improper planning,when  deadlines are to be met,and is usually done by experienced  testers who have a good knowledge about the domain  and functionality and able to concentrate on key areas where the test cases usually fails. there is no written document or a test plan for ad-hoc testing.it is also known as guerilla testing.

  Was this answer useful?  Yes

nitesh484

  • Feb 15th, 2006
 

In monkey testing tester doesn't test complete scenario of any one Module . He simply test from one module to another keeping in mind to crash the system

  Was this answer useful?  Yes

Sasi

  • Feb 21st, 2006
 

Hi all,I feel Madhu's answer is 100% correct.In monkey testing we select test cases from no. of test cases and execute it and try crash the system. Here main thing is time constraintBye all.

  Was this answer useful?  Yes

k_parvez123

  • Mar 14th, 2006
 

Hi,

Adhoc, Monkey, Clean Pass,  Exploitory testings are appearing to be same. Depends on the companies the names will be change. The main difference between Adhoc/ Clean pass and Monkey/Exploitory testings is : In the Adhoc/clean pass testing basing on the knowledge of application, without any test cases, basing on past experience we will do the testing.

In the Monkey/Exploitory testing we haven't any knowledge about the application, without test cases and with or without experience we will do the testing. 

Thanks,

ramesh

QA, Wipro technologies, ramesh. babumaguluri@wipro.com

  Was this answer useful?  Yes

Monkey testing is the testing to ensure that if you randomly press the keys,(i.e) wrong data , the application should not hang.for ex: if u give the keyboard to the monkey it will randomly press the keys.

Likethat, if we give wrong inputs software should not get corrupted or hang. 

  Was this answer useful?  Yes

sudhakar2068

  • Sep 28th, 2006
 

monkey testing:Testing a system or an Application on the fly, i.e just few tests here and there to ensure the system or an application does not crash out.

sudhakar kolla.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.

  Was this answer useful?  Yes

priya

  • Dec 5th, 2006
 

Monkey Testing: Testing a system or an Application on the fly, i.e just few tests here and there to ensure the system or an application does not crash out.

Gorilla Testing is one of the random testing methodologies. Gorilla tesing is tesing a particular module or functionality thoroughly. One of the examples of random testing tool is fuzz  which can be used to generate and send stream of random/valid keyboard and mouse events to a Windows application.

  Was this answer useful?  Yes

mohan056

  • Jan 10th, 2008
 

Testing the application Randomly with out using the test cases is called monkey testing & it is also called Adoc testing.

  Was this answer useful?  Yes

ashokrajee

  • Jan 30th, 2008
 

Test the application on  the fly , some time test here and some one is test there, but the appliactio works well, does not crash anything

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions