Join Examsbook
32283 0

Q: Statement coverage will not check for the following

  • 1
    Dead Code
  • 2
    Unused Statement
  • 3
    Missing Statements
  • 4
    Unused Branches
  • Show AnswerHide Answer
  • Workspace

Answer : 3. "Missing Statements"
Explanation :

Answer: C) Missing Statements Explanation: Statement coverage is a white box test design technique which involves execution of all the executable statements in the source code at least once. It is used to calculate and measure the number of statements in the source code which can be executed given the requirements.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully