Which of the following is a correct statement?
Answer Options
Correct Answer
A: A developer makes a mistake which causes a defect that may be seen as a failure during dynamic testing
Explanation
A is correct. The developer makes a mistake/error which causes a defect/fault/bug which may cause a failure when the code is dynamically tested or executed. B is incorrect because fault and failure are reversed. C is incorrect because failure and mistake are reversed. D is incorrect because it’s a failure that’s seen during execution, not the defect itself. The failure is a symptom of the defect.