Home » Technical Questions » Software Testing

Statement coverage will not check for the following

Correct Answer: 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.


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion