What is Exploratory testing?
I want to know about Exploratory testing.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sean StewartPosted Sep 24, 2012, 11:55 PM
Satyapriya NayakPosted Sep 21, 2012, 12:25 PM
Exploratory testing is also called adhoc testing, but in reality it's not completely
adhoc. Ad hoc testing is an unplanned, unstructured, may be even an impulsive
journey through the system with the intent of finding bugs. Exploratory
testing is simultaneous learning, test design, and test execution. In other
words, exploratory testing is any testing done to the extent that the tester
proactively controls the design of the tests as those tests are performed and
Testing Techniques 55 uses information gained while testing to design better tests. Exploratory
testers are not merely keying in random data, but rather testing areas that
their experience (or imagination) tells them are important and then going
where those tests take them.
Thanks