Which metric helps identify the percentage of test cases that have been executed but are still failing?

  • Defect Density
  • Test Case Effectiveness
  • Test Coverage
  • Test Execution Effectiveness
Test coverage metric helps in identifying the percentage of test cases that have been executed but are still failing. It measures the extent to which the application has been tested by comparing the number of executed test cases to the total number of test cases defined in the test plan. A high test coverage percentage indicates that a significant portion of the application has been tested, while a low test coverage percentage suggests inadequate testing. By monitoring test coverage, testers can prioritize testing efforts, identify areas with insufficient coverage, and ensure comprehensive testing of the application. This metric is essential for assessing the thoroughness and effectiveness of the testing process.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *