Are monkey testing & gorilla testing same? If not, then
what is the difference between these two?
Answers were Sorted based on User's Feedback
Answer / sherry t
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 ? | 2 Yes | 4 No |
Answer / sourav samanta
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 ? | 5 Yes | 8 No |
Answer / nitin sachan
In Monkey testing we perform testing randomly it is not
required to check each and every function
In Gorilla testing We perform testing heavily means each and
every aspect we perform after this testing chances of bug is
very less
Is This Answer Correct ? | 1 Yes | 5 No |
Answer / naam kumar
i think vidya is absolutely correct. for more details pls
contact +91 99 2320 3617
Is This Answer Correct ? | 2 Yes | 6 No |
Answer / dipika
monkey testin g is not a adhoc testing bcoz for the adhoc
testing one shoul have strong knowledge about application
which is not necessary for monkey testing.
monkey testing is a unit testing that runs with no specific
test in mind it is a random testing.
Is This Answer Correct ? | 0 Yes | 4 No |
Answer / mfsi_chinmayb`
Hi
Monkey testing is simply testing a module or application
randomly with out going through the complete knowledge abut
the module or application
Gorilla Testing is going deeply to a module to find defects
unlike the monkey testing.
Is This Answer Correct ? | 0 Yes | 4 No |
Answer / sharmi
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 | 7 No |
Answer / vidya
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 ? | 7 Yes | 13 No |
Answer / satyaprasad
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 ? | 8 Yes | 14 No |
what are the critical bug occurs in banking domain?
what is testing techniques,testing methodology,test packs,how are they differentiated?
Can you explain tailoring?
How do you determine user load for a performance test of a Web application?
What is inspection,walk through and review ?
Can you explain how state transition diagram can be helpful during testing?
Test Startegy Means?
1. what is severity and priority and who will decide what .?
What is QA Life Cycle?Can anyone describe it?
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
what is the difference between Desktop testing,Client/server testing and webapplication testing