1.

What Is Test Coverage?

Answer»

Test coverage measures in some SPECIFIC WAY the amount of testing performed by a set of TESTS (DERIVED in some other way, e.g. using specification-based techniques). Wherever we can count things and can tell WHETHER or not each of those things has been tested by some test, then we can measure coverage.

Test coverage measures in some specific way the amount of testing performed by a set of tests (derived in some other way, e.g. using specification-based techniques). Wherever we can count things and can tell whether or not each of those things has been tested by some test, then we can measure coverage.



Discussion

No Comment Found