InterviewSolution
Saved Bookmarks
| 1. |
White box testing is also known as _____________(a) Structure-based testing(b) Black box testing(c) Free testing(d) Closed testingThe question was asked in quiz.The question is from Test-driven Development topic in portion Test Coverage and Development of JUnit |
|
Answer» RIGHT option is (a) STRUCTURE-based TESTING For explanation I would say: Structure-based testing techniques use the internal structure of the software to derive test CASES. |
|