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

Easiest explanation: Data flow analysis USES the process of collecting information about the way the variables are USED, defined in the program.



Discussion

No Comment Found

Related InterviewSolutions