Coverage is a measure of how completely a test suite exercises the capabilities of a piece of software
- “Each line of code should be executed at least once”
- “One test case should be constructed from each specified requirement”
It is necessary to use testing techniques that narrow down the number of test cases allowing the broadest testing coverage with the least effort
No comments:
Post a Comment