InterviewSolution
Saved Bookmarks
| 1. |
__________ is an error condition hiding another error condition.(a) Fault Masking(b) Error Hiding(c) Redundant Masking(d) Fault GapingThis question was posed to me in an international level competition.Question is from Unit Testing with Mock Objects in portion Testing with Mock Objects of JUnit |
|
Answer» CORRECT ANSWER is (a) Fault MASKING Easy EXPLANATION: Fault Masking is a type of redundancy analysis. |
|