InterviewSolution
Saved Bookmarks
| 1. |
______________ is a method of achieving complete branch coverage without achieving complete path coverage.(a) Basis Path Testing(b) Loss Testing(c) Universal Testing(d) Random TestingThe question was asked in an interview for job.My question comes from Stubbing the Connection topic in section Coarse-grained Testing with Stubs of JUnit |
|
Answer» The correct ANSWER is (a) Basis Path TESTING |
|