InterviewSolution
Saved Bookmarks
| 1. |
____________ requires that in a method taking parameters, all the common values for such parameters be considered.(a) Redundant Condition/decision coverage(b) Multiple condition coverage(c) Modified Condition/decision coverage(d) Parameter Value CoverageI have been asked this question at a job interview.I would like to ask this question from Stubbing the Connection topic in division Coarse-grained Testing with Stubs of JUnit |
|
Answer» Right option is (d) PARAMETER Value Coverage |
|