Test Cases Question:
Download Job Interview Questions and Answers PDF
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.
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.
Download Test Cases Interview Questions And Answers
PDF
Previous Question | Next Question |
What is SCENARIO TESTING? | Explain the BRANCH COVERAGE Testing? |