Join ExamsbookAnswer : 3. "Missing Statements"
Statement coverage will not check for the following5
Q: Statement coverage will not check for the following
- 1Dead Codefalse
- 2Unused Statementfalse
- 3Missing Statementstrue
- 4Unused Branchesfalse
- 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.