What is the difference between latent and masked defects?
A D V E R T I S E M E N T
Interview Question : What is the difference between latent and masked defects?
Answer : A latent defect is an existing defect that has not yet caused a failure because the sets of conditions were never met.
A masked defect is an existing defect that hasn't yet caused a failure just because another defect has prevented that part of the code from being executed.
Interview Question Category : Testing - General
More Testing - General Interview Questions & Answers