what is monkey testing?
Answers were Sorted based on User's Feedback
Answer / shraddha
Monkey testing is to test the sofware application without
writing the test cases.
Monkey testing is also called as adhoc testing or random
testing.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / sj1234
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.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / senthil
Without spending lots of time ,lack of understanding about
the project and lack of involvement if a person is testing
in hurry it will called as monkey testing.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ashok kumar gurram
Randomly entering keyboard inputs on a application like a
monkey is called monkey testing
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / vasubabu
Without following application flow,testers will test the
application is called the monkey testing
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / latha
Performing Abnormal actions intentionally on an
application, to check the stability of it.
| Is This Answer Correct ? | 5 Yes | 6 No |
Answer / ch.s.m.prasad
Due to Lack of time ,testing team is conducting the test on
specific area (or) main modules (or )basic functionalities
of the application build.This is also called as chimpanzee
(or) gorilla testing.
| Is This Answer Correct ? | 0 Yes | 1 No |
tell me about low severity & low priority bug?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
HOw to test website manually? Is it any criteria to test ?
What is difference between regression testing and re- testing?
What is the role of documentation in QA?
Can anybody send me sample test case for GUI testing for a web page? for eg Homepage
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
anyone can tell me the example of high severioty and low priority ?
1.what is use of touch commnad and chmod 2.Testing inter view there 45 questions. 5 for apititude 20 unix + networking 5 for testing question 10 c or c ++ or java 5 perl or shell scripting +or database 3.what do you know in unix? 4.what is netmask 5.what is stack 6.explain osi model 7.a=10; ++a=a++ Then what is value of a? 8.What is sdlc 9.what is stlc 10.What is ip address/Different classses of Ip address 11.write down test cases how to check computer is in nework or not? 12.what is difference between window 98 and windows 2000 13.How to find ip addess of your computer 14. when we will do risk analysis in test plan?
Apart from integrating testing,what a test engineer will do in system testing?
When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one of this technique useing by a comany...is it right?
Can anybody find the bugs in this "allinterview.com" site???