3 How do you measure the success of a test strategy
People tend to use number of test cases, ratio of passed v failed test cases, number of defects found per test case or similar metrics as measures of how good a test strategy is.
Although these metrics can give some indication, to my mind the best metric to measure the effectiveness of all your testing effort is how many unknown issues are found in production. By unknown issues I am referring to issues that were not detected prior to go live. ...