ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
Difference Between Adhoc Testing & Exploratory Testing?
 Question Submitted By :: U14810
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Difference Between Adhoc Testing & Exploratory Testing?
Answer
# 1
in Adhoc testing we test the software randomly and in this
testing test cases are required.but in exploratory  testing
we test the software randomly there is no need of test
cases.this is the main difference.
 
Is This Answer Correct ?    3 Yes 23 No
Pankaj Kumar
 
  Re: Difference Between Adhoc Testing & Exploratory Testing?
Answer
# 2
Exploratory testing is testing of an unfamiliar 
applications. The test scripts would not be prepared before 
hand. Test case design and execution are done concurrently. 
Adhoc testing is intended to look for defects randomly. 
This can be carried out by any one by Exploratory testing 
is a thoughtful approach and driven by logic. It is an 
intellectually challenging process where one is limited by 
one's own imagination and understanding of the software 
being tested. It provides enough scope to extend the reach 
of testing to certain areas that cannot be easily 
accomodatedin test cases.
 
Is This Answer Correct ?    13 Yes 5 No
Mercy
 
 
 
  Re: Difference Between Adhoc Testing & Exploratory Testing?
Answer
# 3
Adhoc testing:
              If there is no proper testplan at that time 
we can perform adhoc testing.It has some sample test cases.

Exploratory testing:
                    If there is no test plan we can study 
the SRS (Requirements documents) at that time,and 
simulteneously we can perform testing.This is commonly 
called as exploratory testing

Muralidharan

dharanmu@yahoo.com
 
Is This Answer Correct ?    3 Yes 13 No
Muralidharan
 
  Re: Difference Between Adhoc Testing & Exploratory Testing?
Answer
# 4
AD HOC TESTING-:TESTING THE PRODUCT WITHOUT FOLLOWING ANY 
TEST SPECIFICATIONS BY FOLLOWING FUNCTIONALITY OF THE 
PRODUCTS.ITS DONE BY DOMAIN EXPERTS.
EXPLORATORY TESTING-:TESTING THE PRODUCT WITHOUT FOLLOWING 
ANY TEST SPECIFICATIONS AND WITHOUT FOLLOWING 
FUNCTIONALITY .
 
Is This Answer Correct ?    4 Yes 9 No
Rachana
 
  Re: Difference Between Adhoc Testing & Exploratory Testing?
Answer
# 5
Adhoc Testing:Testing carried out informally,no formal test 
preparation takes place,no recognixed test design technique 
is used, there are no expectations for results and 
guidelines for the test execution activity.
Exploratory Testing:Is a approach in whic testers r 
involved in minimum planning and maxmium execution.
The test design and test execution activities are performed 
in parallel typically without formally documenting the test 
conditions,test cases or test scripts.
Useful when there are no or poor specifications and when 
time is severly limited
 
Is This Answer Correct ?    2 Yes 9 No
Mlprao
 
  Re: Difference Between Adhoc Testing & Exploratory Testing?
Answer
# 6
exploratory testing is often taken to mean acreative 
informal software test that is not based on formal test 
plans or test cases testers may be learning the software as 
they it
Similar to exploratory testing but tester will learn before 
going to test is adhoc testing
 
Is This Answer Correct ?    1 Yes 10 No
Santosh
 
  Re: Difference Between Adhoc Testing & Exploratory Testing?
Answer
# 7
Adhoc Testing :
      This type of testing is done without any formal Test 
Plan or Test Case creation. Adhoc 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.

Exploratory Testing :
       This testing is similar to the adhoc testing and is 
done in order to learn/explore the application.
 
Is This Answer Correct ?    1 Yes 8 No
Dheivanai
 
  Re: Difference Between Adhoc Testing & Exploratory Testing?
Answer
# 8
In my opinion, most of the answers here appear to be
misguiding because a) they do not know who coined the term
/exploratory testing/ and who practice it, who research on
it and who teaches them.

Dr Cem Kaner coined the term Exploratory Testing somewhere
around 1980 although people were doing it much before that
without having a name to it.

The latest update about the definition of Exploratory
Testing from the man who coined it can be accessed in this
link : http://www.satisfice.com/kaner/?p=42 and quoting from
that 

/“Exploratory software testing is a style of software
testing that emphasizes the personal freedom and
responsibility of the individual tester to continually
optimize the value of her work by treating test-related
learning, test design, test execution, and test result
interpretation as mutually supportive activities that run in
parallel throughout the project.”//

Now, that looks like a complex memorization puzzle to many
testers and hence they attempt to provide a concise
definition or often plagiarizing it.

Not owing credits to the man who has been working on it or
to men who have been working on it for a long time is an
extremely bad idea and the biggest harm to the community.

Saying that - I do not mean you should not be coining
another definition of your own but the fact is hardly anyone
who have their own definitions get it tested enough.

For instance, if you are introducing a new definition of
testing, would you bother to check it up with other people
who have been researching on it? Probably not because you
are free to think anything you want or create more chaos to
existing stuff.

The interesting thing is most interviewers also fail to
recognize the so called correct definition of exploratory
testing. If Dr Cem Kaner was a candidate in one of the
interviews, the interviewer would blindly reject the
definition that Dr Cem Kaner says on exploratory testing
unless the interviewer identified Cem Kaner and his work.

So, we are in a chaos and that's not a problem compared to
our mindset of being happy with the chaos. The advantage for
poor thinking minds is they shine as much as others do in a
chaotic environment and that's probably why you and me have
a job today.

-- Pradeep Soundararajan -- http://testertested.blogspot.com
- http://www.viddler.com/explore/testertested
 
Is This Answer Correct ?    0 Yes 0 No
Pradeep Soundararajan
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
When do u go for integration testing?  4
defination of testing  4
What is error guessing? Thatavarti-Technologies15
testing is a process or methodology,diff between methodology and process? Cap-Gemini5
What are the advantages of Automated Testing?  1
explain waterfall module.  2
what is software testing Wipro6
What r the types of Test case design techniques  5
what is the difference between 2-tier appli. and 3-tier appli. testing  3
As i know Tester must hv to submit the test cases, test report, bug report,test results to his/her manager. So i question is What we write in test report and what else document we hv to submit to the Pm/TL.  1
what is mean by testing process ? ACS3
Hello Friends, I m working as tester in a company, i have 1.5 yrs of exp., in my company we used manual testing Technique & i wants to give The ISTQB Certified Tester-Foundation Level certificate Exam. Can any one tell me the next date of the exam.? If anyboady have questions papers OR any material then pls. frwd me on my id : preet45p@yahoo.com Thanks in advanced.  2
What is the example of Integration Testing? Object-Orb2
is there any test cases for sanity testingPlease tell me any consultancies or companies both in chennai, bangalore( not in hyderabad), who can provide mail id with an Id( official ID). Iam planning to keep exp. in 3 small companies( not MNCs) iam trying on 3.5 yrs manual testing in chennai,bangalore my mail id pranu_soft@yahoo.co.in Mind-Tree1
What is Integration Testing?What is Bottom Up & Top Down Testing? What actually the Stub & Driver is? Explain me giving practical example?  2
what is Scalability,Critical Analysis Exalt1
how we maintain buid versions without using CVS or any other tools ? are tools neccesary for maintaining versions? HCL1
i want to write testing cerification. can anyone plz help how to go through. how to prepare for the exam and how i have to apply.  2
how to write bugtitle and bug description for 1*1=2 2*2=4 3*3=10 4*4=16 5*5=26.give me the full format.  2
Very Important Note for all the Testers!!! As the S/w Boom is getting considerably decreased... Accenture5
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com