InterviewSolution
Saved Bookmarks
| 1. |
Mutation testing is a form of ______________(a) Black Box Testing(b) Redundancy(c) White Box Testing(d) Loss TestingThe question was posed to me in an online interview.This interesting question is from Jetty as an Embedded Server topic in portion Coarse-grained Testing with Stubs of JUnit |
|
Answer» RIGHT choice is (C) White Box Testing The best I can explain: In mutation testing, the internals of the code NEED to be KNOWN. |
|