InterviewSolution
Saved Bookmarks
| 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 |
|