what is monkey testing?
Answers were Sorted based on User's Feedback
Answer / mohan babu j
Monkey Testing:
Trying to get the abnormal crashing issues. by doing so we
can ensure that the application will become more reliable.
For monkey testing, no need of application knowledge or test
cases. Anyone can do this with more intention to break the
application by doing repeated test and testing in incorrect
flow.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nikhil srivastava
Monkey testing is random testing performed by automated
testing tools. These automated testing tools are considered
monkeys, if they work at random.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / eswar rao
Monkey testing is random testing.
It is performed by automated teting tool.
Testing the System Here and there to ensure there is no
crash
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / supratim
Monkey Testing also called dump monkey testing is used to doa random testing on the SUT with the intention of making the system fail without any heed to the business requirements.This is very useful as no one knows what the dump monkey will do may perform an erroneous operation like update on records not in table and this may lead to a system dump.
This is usually automated .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sitam jana
Monkey testing is a type of adhoc testing by means of a random selection from a large range of inputs and by randomly pushing buttons, ignorant of how the product is being used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / milind
Monkey testing is testing of an application randomly for predefined number of events to check the behavior of application and it's response to that particular event.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sahil sharna
Randomly testing is called money testing. Due to less time suppose you need to test the app and required time is very less so in that case you just checked main functionality and randomly check the other follow without any test cases creation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prathijna
Monkey testing / Gorilla testing/ adhoc Testing:
Testing the application or software randomly without looking into the requirement is called as adhoc / monkey testing.
adhoc testing is also called as Negative testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sweety
monkey testing is also known as exploratory testing, which is done by the expert without any formal document.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which methodologies, Technologies are fallowed in your company?
what is the process followed in JAVA Testing compared to Normal Testing process.
FOR what type of prjects we r using automation,why?
which testing is done first smoke or sanity with an real time example plz?Thank u!
What is webbased application testing?
HI, i did MCA and i took coaching for testing and now iam trying to get job.but whenever i see any job requirement they r asking for minimum 3 yrs of experience and many other pgmming languages like java,c++,perl,shell,database like unix,linux.my question how can one have experience without getting job and how one can know so many(pgmm lnguages).iam afraid to keep fake experience and cannot answer as i did the project.so some one pls suggest me how should i proceed ..thx in advance.
can any one tell me the exact testing process of stand alone application, what type of testing i can perform on stand alone application and how can i track the bugs(from starting to ending), and online demo for logistics software if any one knows please send me the link.
what is the difference sanith testing and smoke testing?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
Smoke testing is also called sanity testing? Why?
what is JOINTS & REGISTRY in SQL?
Is the regression testing can call it as Retest