1.

____________ is a software testing technique that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived.(a) Data flow analysis(b) Equivalence partitioning(c) Inspections(d) Decision testingThe question was asked in examination.The doubt is from Cobertura topic in portion Test Coverage and Development of JUnit

Answer»

The CORRECT option is (B) Equivalence partitioning

The BEST I can explain: In principle of Equivalence partitioning, test CASES are DESIGNED to cover each partition at least once.



Discussion

No Comment Found

Related InterviewSolutions