InterviewSolution
Saved Bookmarks
| 1. |
___________ is a technique for gathering information about the possible set of values calculated at various points in a computer program.(a) Data flow analysis(b) Equivalence partitioning(c) Inspections(d) Decision testingI got this question during a job interview.Question is taken from Cobertura in section Test Coverage and Development of JUnit |
|
Answer» The CORRECT option is (a) Data FLOW analysis |
|