Test Cases Question:

What is STATEMENT COVERAGE testing?

Test Cases Interview Question
Test Cases Interview Question

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.


Previous QuestionNext Question
What is SCENARIO TESTING?Explain the BRANCH COVERAGE Testing?