| Share this post! | Vote this! |
|
Test Metrics can be used to measure test coverage prior to software delivery. It provides a measure of the percentage of the software tested at any point during testing.
It is calculated as follows:
Functional Test Coverage = FE/FT
Where,
FE is the number of test requirements that are covered by test cases that were executed against the software
FT is the total number of test requirements. more...
It is calculated as follows:
Functional Test Coverage = FE/FT
Where,
FE is the number of test requirements that are covered by test cases that were executed against the software
FT is the total number of test requirements. more...




0 comments:
Post a Comment