nerdexam
iSQI

CTFL_SYLL_4.0 · Question #226

Which of the following is NOT a typical debugging activity when a failure is triggered by dynamic testing?

The correct answer is B. Adding new test cases. Debugging activities typically include reproducing the failure, diagnosing the root cause, and fixing the cause of the failure. Adding new test cases, while important in the overall testing process, is not a direct part of debugging. Debugging focuses on understanding and…

Fundamentals of Testing

Question

Which of the following is NOT a typical debugging activity when a failure is triggered by dynamic testing?

Options

  • AReproducing the failure
  • BAdding new test cases
  • CFixing the cause
  • DDiagnosing the root cause

How the community answered

(58 responses)
  • A
    2% (1)
  • B
    88% (51)
  • C
    7% (4)
  • D
    3% (2)

Explanation

Debugging activities typically include reproducing the failure, diagnosing the root cause, and fixing the cause of the failure. Adding new test cases, while important in the overall testing process, is not a direct part of debugging. Debugging focuses on understanding and correcting the issue that caused the failure, rather than expanding the test suite.

Topics

#debugging#dynamic testing#failure reproduction#root cause analysis

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice