ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
Are monkey testing & gorilla testing same? If not, then 
what is the difference between these two?
 Question Submitted By :: Aakansha Gupta
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 1
yes both are same
 
Is This Answer Correct ?    2 Yes 15 No
Rathnam
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 2
No Monkey Testing and Gorilla Testing are not same.

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 : Testing one particular module, 
functionality heavily
 
Is This Answer Correct ?    21 Yes 5 No
Vidya
 
 
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 3
Rathnam ..........i guess thats a wrong answer.
If u think that i am worng then plz provide me the 
justification for ur answer.
 
Is This Answer Correct ?    4 Yes 2 No
Vidya
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 4
Vidya you are 100% correct
 
Is This Answer Correct ?    6 Yes 1 No
Devaraja.h
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 5
Devaraja.h .............thanx
 
Is This Answer Correct ?    4 Yes 0 No
Vidya
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 6
vidhya ratnam is correct,actually as u said monkey or 
gorilla testing comes under the catagory of Adhoc 
testing,due to lack of time testers will test the main 
functionalities of the application ,this is called monkey 
or gorilla testing
this is satya,any doubts contact:9912418320
 
Is This Answer Correct ?    2 Yes 3 No
Satyaprasad
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 7
but monkey testing means ad hoc testing 
and gorilla testing means Testing one particular module, 
functionality heavily
thats the different
 
Is This Answer Correct ?    4 Yes 1 No
Vidya
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 8
s vidya is correct
 
Is This Answer Correct ?    1 Yes 2 No
Hi
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 9
hi,monkey testing means testing the main modules by 
skipping the sub modules and gorilla testing means testing 
one particular module in detail
 
Is This Answer Correct ?    3 Yes 1 No
Neelima
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 10
monkey testing means testing of an application, with no 
test case document, and design .It is just to check what 
could be the result ,if applicaton is used in improper way.
where as gorilla testing is the testing done on aplication, 
to check if the user thinks to break the application, with  
improper combination of keys,or pressing the key whose 
option is not available in application.
               so we can say in monkey testing ,no idea of 
application to the user eg-1 year baby is playing with 
keys,when application is running. Whereas gorilla testing, 
although the user know the the application functionality, 
but he wants to do more than that..
 
Is This Answer Correct ?    2 Yes 1 No
Vipul
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 11
Vidya is correct
 
Is This Answer Correct ?    1 Yes 1 No
Jomon
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 12
Monkey (light weight jumps easily) testing resembles the
behavior of a monkey on a tree....it jumps from one branch
to another with out any sequence/order....in the same way
monkey testing is the process of testing the functions of a
system with out any sequence or order...  a tester will test
one function in module A and jump to another function in
another Module G and come back to another function in module C..

It is also called Random testing...it factories to test the
quality of group of items they will pick some items randomly
from a group of items and test the quality and analyze the
results.. this will be done by higher people in the
Test/Quality Center...

Gorilla (heavy weight can't move so easily) Testing on the
other hand is testing a function or module heavily....for
example testing a email functionality by click on "send
email" button...or creating an order by click on "check out"
button... continuously for more times...(with out stopping
after the first click..) in the first case it will send many
emails if it is delivering for each click event...same away
it may try to create multiple orders if it is processing
order for each click event...and some times may go in to
loop and application will hang after consuming more
resources...generally this will happen if there is a problem
in the hardware (key board)...if the key board is too old
some times the keys may struck suddenly leads to generation
of multiple events....
 
Is This Answer Correct ?    5 Yes 1 No
Satish
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 13
actually as u said monkey or 
gorilla testing comes under the catagory of Adhoc 
testing,due to lack of time testers will test the main 
functionalities of the application ,this is called monkey 
or gorilla testing
 
Is This Answer Correct ?    1 Yes 2 No
Hemadri
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 14
Monkey testing is testing like a monkey(that is lightly with
main functionality and without maintaining the
order/sequences).It is used to save time and to test basic
funtion is fine or not in a app.

But gorrila testing is used for heavily testing with a main
functionality and tested it heavily in the application.

It may possible that after monkey there some major defect
but after gorrila testing there should not be any major defect.

Let me know if you have any doubt.
 
Is This Answer Correct ?    4 Yes 1 No
Sourav Samanta
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 15
such questions are waste, I pity on those interviewer who
asks such questions. Such questions have no significance.
Its sheer wasting time of interviewer and interviewee.
There are many other and interesting  things to ask in the
interview. Fail to understand why such questions are given
importance. 

Not a good practice

Sorry
 
Is This Answer Correct ?    2 Yes 1 No
Kishore
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 16
gorilla testing is testing a function or module heavily. 
there ll not be any defect to the application after this 
testing.
 
Is This Answer Correct ?    2 Yes 1 No
Sharmi
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 17
i think everybody got your answers.if not then mail me.
 
Is This Answer Correct ?    0 Yes 1 No
Sourav Samanta
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 18
satish is 100% correct. By the name itself it can be 
understood. But both comes inder Ad-hoc testing category.
 
Is This Answer Correct ?    0 Yes 1 No
Smitha.r
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 19
No Such thing called Gorilla testing
 
Is This Answer Correct ?    1 Yes 3 No
Anand
 
  Re: Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
Answer
# 20
It seems now that the difference between monkey testing and 
gorilla testing is clear. 
I want to clarify another conception: although both monkey 
testing and gorilla testing comes from ad hoc testing, they 
are different from ad hoc testing and also random testing.

The following definitions from ISTQB glossary give a good 
description:

ad hoc testing(emphasizing testing process): Testing 
carried out informally; no formal test preparation takes 
place, no recognized test design technique is used, there 
are no expectations for results and arbitrariness guides 
the test execution activity.
random testing (emphasizing testing technique or test 
design) : A black box test design technique where test 
cases are selected, possibly using a pseudo-random 
generation algorithm, to match an operational profile. This 
technique can be used for testing non-functional attributes 
such as reliability and performance.
monkey testing(emphasizing testing behaviour): Testing by 
means of a random selection from a large range of inputs 
and by randomly pushing buttons, ignorant on how the 
product is being used.
 
Is This Answer Correct ?    1 Yes 0 No
Sherry T
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
how to know testing of application is finished? because i have a situation from my lead what u r testing u r missing some bugs?  7
There is a Create Card window. It contains Card Name,Lunch discount & Dinner discount. I have written test cases for above [+ve & -ve].Now there is one Party discount is added to that window. How should I maintain test case.Guide me properly.I want to know that whether I have to write new test case bloking the previous one.  2
Can you please tell me what and how to test in a web based application manually? And i manually need to do usability testing and functionality testing for the same (web based application. So please tell me how and what to check the functionality and usability of the web based application?  1
can testing and development be done in same environment? CTS4
What are the Level of Severity Deloitte6
Testing will produce Bug Free Product 1 - Yes 2 - Sometime 3 - No 4 - None of above  3
What is the goal of Software Configuration Management(SCM? a.)Configuration Identifier b.)Configuration Control c.)Process Management d.)All options. AMDOC2
where do we use checkpoints in real time?where they actually come into picture?  1
tell me about severity and priority with example  3
what is a test plan....... can any one explain me with an example.... and how to develop an test plan.........  4
Why you have chosen Testing as your career, not developer ?  1
What is Database normalisation  3
what is low seviority high priority defet (ex: Yahoo mail) Fidelity2
When we perform Smoke & Sanity testing?  7
What is meant by Decision Table Testing Technique? Avineon3
ISTQB - any model paper questions related to this certification?  2
Describe to me the Software Development Life Cycle as you would define it.  1
How did you go about testing a project?  1
What types of validation check u need to do in fund transfer..? HCL3
if bug is found & we will know the main Resion for that bug Arrise 1 - Corrective & Prevention Action 2 - Risk ana 3 - Root Cause analysis 4 - Impact analysis NIIT4
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com