Test Cases Question:

What is STATEMENT COVERAGE testing?

Answer:

In this type of testing the code is executed in such a
manner that every statement of the application is executed
at least once. It helps in assuring that all the statements
execute without any side effect.

Read All 18 Test Cases Questions
Previous QuestionNext Question
What is SCENARIO TESTING?Explain the BRANCH COVERAGE Testing?