What is the difference between Monkey testing an Ad-hoc
testing (If ur answer is same, then why we need two names)
Answers were Sorted based on User's Feedback
Answer / vikas
Monkey is random testing, u dont know abt the application u
r learnin it.
Ad-hoc is informal testing where u know abt the application
well in hand. You are doing random testing before you
actually begin with the intensive testing.
Definition(s):
Ad-hoc testing : A testing phase where the tester tries to
'break' the system by randomly trying the system's
functionality. Can include negative testing as well.
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.
| Is This Answer Correct ? | 53 Yes | 9 No |
Answer / bhanukiran
In general, the exhaustive testing is impossible from
testing principles.Due to this reason,the testing team is
concentrating on Optimal testing.
Some times, the testing team is not able to conduct optimal
testing also,due to some risks.In this situation,the testing
team is conducting Ad-hoc testing or Informal testing.
There are five styles of Ad-hoc testing
1.Monkey testing
2.Buddy testing
3.Exploratory testing
4.Pair testing
5.Debugging.
MONKEY TESTING:
Due to lack of time for testing,the testing
team is concentrating on main activities of that software build.
| Is This Answer Correct ? | 7 Yes | 7 No |
Answer / charulatha
Adhoc Testing :
This type of testing is done without any formal Test Plan or Test Case creation. Ad-hoc testing helps in deciding the scope and duration of the various other testing and it also helps testers in learning the application prior starting with any other testing.
Monkey Testing :
If the keyboard is given to monkey , what it ll do ? the same is called monkey testing . randomly testing .
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / ganesh thik
Adhoc testing-
Adhoc testing is informal testing type.No documentation,test plan is used.Aim to break the system.
Monkey Testing-
Monkey testing is type of adhoc testing.In that randomly test the aapplication
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / ravi148
ravi148 +91-9951123501
in really secnario., we dont use monkey testing termnology
term.
Adhoc-testing means testing the application with out FTP,
here testers have significant knowledge about the
application.it is useful when time is cunched for release.
monkey testing is nothing but adhoc tsting
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / praveen samala
Adhoc testing is something which is perfomed when there are
not required documents available and tester past experinece
and the expertise is required for such testing.
Monkey testing is testing the major functionality of the
application when we do not have enough time to test.
| Is This Answer Correct ? | 7 Yes | 17 No |
what is meant by package testing?
Where exactly the testing people will involving in SDLC?
How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong
Explain BVA and ECP?
what is a use case ?.
Hello everybody, How many people do you think one sprint team can have in average?
can any tell me wht is difference between Quality Assurance, Quality Analysist? QA stands for Quality Assurance or Quality analysist?
Difference b/n Validation and verification?
3) What is PDCA Cycle?
4 Answers Mind Tree, Scope International,
What is Test harness?
Hai all can anyone tell me wat is the diff betn Build and version and is there any file extenction for build and version if so wat is it..And How to deploy the build and version for development or testing.. Cheers, Amar.gp
How can i understand about the concept of "State Transition" Testing. Can any Testing genius can suggest me.