InterviewSolution
Saved Bookmarks
| 1. |
Exploratory testing is often thought of as a ______________ technique.(a) White box testing(b) Functional testing(c) Non-functional testing(d) Black box testingThis question was addressed to me in quiz.This question is from Cobertura in division Test Coverage and Development of JUnit |
|
Answer» RIGHT choice is (d) Black box testing Explanation: EXPLORATORY testing does not require the INTERNALS of the product to be known and HENCE, is THOUGHT of as a type of black box testing. |
|