what is the diff between ad hoc and exploratory testing ?
Answers were Sorted based on User's Feedback
Answer / sj
Exploratory Testing: Exploratory Testing can be a creative,
informal software test that is not based on formal test
plans or test cases, testers may be learning the software
as they test it.
Ad-hoc testing: Ad-hoc testing is similar to exploratory
testing, but often taken to mean that the testers have
significant understanding of the software before testing it.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / satyaprasad
Ad-Hoc testing ,generally every testing team conducts
formaltesting on the build ,in some situations like lack
of time ,lack of domain knowledge and lack of documentation
testing team conducts informal testing they concentrates on
the main functionalities this is called 'adhoc testing'
Exploratory testing comes under the catagory of adhoc
testing ,testing conducted by the testing team with out any
documents is called 'Exploaratory testing'.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srinivas reddy
Exploratory teting: In this testing testing engg., retting
100% knowledge in that application testing engg., are
previous knwledge,internet browsing,team disccusions,vedio
conference with customers and avilable documention tet engg
are concentrating on system testing.This style of testing
is also called as artistic testing.
contact me with my mail: srinu_6011@yahoo.co.in
my no 9989351385
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / k.ram
-Exploratory testing:exploratory testing is approach of
software testing.where there is simaltanes exploratory the
application preparing the test design and execution.when
performing the test there is no exact experted result, the
tester decides what will be verified. It is done when
requirement are in complete or there is lake of time.
-Adhoc testing:Adhoc is part of exploratory testing the
only difference is simaltanes learning and knowledge on the
existing product.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / josephwarnel
Exploratory software testing is a powerful and fun approach
to testing. Exploratory testing is especially useful in
complex testing situations, when little is known about the
product, or as part of preparing a set of scripted tests.
The basic rule is this: exploratorytesting is called for any
time the next test you should perform is not obvious, or
when you want to go beyond the obvious.
[url=http://www.testing-whiz.com/]SQA Services[/url]
| Is This Answer Correct ? | 0 Yes | 0 No |
Write or explain 3 testcases you executed recently with detailed descriptions ,steps to reproduce & explain what results they gave when you executed on a recent build?
Explain the difference between decision coverage and condition coverage ? If possible provide few examples.
What is Functinal Equivalent Test?
wat is the diffrence b/n dyanamic blackbox testing and static black box testing.and which one is better
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
what is the purpose of writing testcases?
who will prepare the SRS,FRS,BRS, AND When Will they prepare that
what type of testing process is being followed in your company?
what is the difference between test scenario n testcase.do we have separate template fr test scenario.what is the use of scenarios.pls explain with example.
explain waterfall module.
Could some one tell me test cases for multi line text boxes like Notes field?
What kind of testing to be done in client server application and web application? Explain