What is ADHOC testing ?
Answers were Sorted based on User's Feedback
Answer / sai charan
While manual testing is performing, some times due to
to "dead lines" or Lack of time we will test with out any
proper documents maintaining we will test the build.
That is called "Adhoc testing", this is also
called as "Exploratory testing".Important things can found
quickly
| Is This Answer Correct ? | 13 Yes | 7 No |
Answer / madhan paliwal
Testing the application randomaly.For example when you product is completely stable and their is no bugs thanyu start testing the product randomly that is what we call adhoc testing or random testing or monkey testing and their are many more name for adhoc testing.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hemant kumar
Another name of AdHoc testing is 'Monkey Testing' which is
done to simulate actual user environment. There is no
defined approach for this type of testing however; the test
cases are documented (contrary to the common belief of no
documentation). What is not documented is the approach
because there is no approach defined. That is why at times
it is referred to as 'Unscripted Testing' as well.
In AdHoc testing the user has no prior experience of testing
and the user is not very well aware of the application.
We may understand this by example of a kid testing a
Mercedes car. As the kid doesn't knows driving and neither
he is aware of driving. So, the kid is like monkey, who
while fiddling with controls might push a button to start
the engine which in turn tests the engine start button.
The idea of this type of testing goes with old saying that
if you shut 100 monkeys in a room with 100 typewriters
sooner or later they will type something that will make
sense. So, in this type of testing subjects the software to
real time environment, subjecting the software to the
actions which an experienced user might refrain from and
thereby finding hidden bugs.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / divya
A Tester conducts a test on application build with respect to pre determined ideas is called ad-hoc testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naveen kumar k.l
Ad hoc testing means testing an application randomly
without any predefined status.
Because while in realtime means in production the enduser
may use the applycation randomly,so for this reason we do
Adhoc testing.
Whenever we get a time we do adhoc testing
one more thing is The developer develop the application
according to requirements and we do testing according to
requirements and enduser may not use the application
accordingly,so for this reason we do Adhoc testing.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sunitha
Adhoc testing: it is one will perform testing on the
application in his own style after understanding the
requirments.this is called adhoc testing.this is tested by
the test engineer
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ganesh
Yes, While doing manual testing, Due to the lack of time or
getting new build , We will do the Adhoc testing ( Testing
only the Major functionality ) Which means we will do the
complete workflow without concentrate on Minor changes or
issues.
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / nagk24
adhoc testing is test the application with random actions
with previous knowledge on the application.we do adhoc
testing if the system was already tested.
| Is This Answer Correct ? | 0 Yes | 3 No |
WAT VSS ?HOW CAN WE USE IT?
Tell me some of the Possible test cases on ATM Machine?
10 Answers IBM, MBT,
how we will decide test effectiveness and test efficiency?
Define brain stromming?
What is internatinalisation Testing?
Hi my name is namrata.Presently m working in a S/W company in mumbai as a testing engineer.am a fresher with just some months experience.i need to change company to relocate to pune so can any one plz suggest me something.i hav good knowledge in manual testing with good communication skill and a positive attitude to learn new things and deliver excellence.Plz do reply me with suggestions.
Integrating Testing Own example
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
1. After completing testing , what whoulds you deliver to the client ?
When to start and Stop Testing?
How can you conduct Database testing manually?...
If tester had written test cases for application, then in next build if same features are modified with some changes. Then Should I have to write test cases for the same features to verify new expected results.OR What should I do?