1.

_____________ test cases are when random test cases are performed and equivalence partitioning is applied to those test cases.(a) Random(b) Static(c) Semi-random(d) Equivalent-randomThe question was posed to me during a job interview.This question is from Test-driven Development topic in section Test Coverage and Development of JUnit

Answer»

Correct choice is (C) Semi-random

Easiest EXPLANATION: It removes redundant TEST cases, thus giving semi-random test cases.



Discussion

No Comment Found

Related InterviewSolutions