InterviewSolution
Saved Bookmarks
| 1. |
______________ is a partial measure of test thoroughness.(a) Boundary value testing(b) Equivalence Partitioning(c) DRE(d) Coverage measurementI had been asked this question in an interview for internship.My question is from Stubs topic in chapter Coarse-grained Testing with Stubs of JUnit |
|
Answer» CORRECT option is (d) Coverage MEASUREMENT Easiest EXPLANATION: Coverage measurement checks the quality of TEST thoroughness. |
|