Testing Metrics are used to measure the quality of the software product. In automation testing projects involving tools like QTP, Selenium, Rational Robot etc, We can have below kinds of metrics.
We can categorize the metrics in below parts.
We can categorize the metrics in below parts.
- Test Progress
- Test Coverage
- Test Quality
Automation Metrics to measure the progress of automation.
- Test Cases Automated per Day.
- Test Cases Executed per Day.
- Test Cases Failure Rate.
- Test Cases Pass Rate.
- Average Execution time per test case.
- Total execution time required to execute all test cases.
Automation Metrics to measure the Coverage.
- % of test Cases that can be automated from all test cases.
- % of total test cases automated till now from all test cases that can be automated(Progress).
- Requirements/Test Cases Coverage.
Automation Metrics to measure the quality of product.
- Test Effectiveness - How many good defects uncovered by automation.
- No of Defects Found by Automation.
- ROI
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs