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 qualities a person must have to become a good tester
A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.
When bug is raised ?
How do you analyze your test results? What metrics do you try to provide?
Explain about Usability Testing in web based applications?
Whether we write one test case for one use case?
Can anyone give me a sample bug report, Iam right now taking training on Testing Tools.
When to start Software Testing?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
tell about tomcat webser
I am writing a testcase for a login window. In the testcase procedure i entered my url(eg:www.gmail.com). But my url is not displaying in the address bar.What technical term a tester woul use for that scenario?
Explain waterfall model????