2,088
edits
| Line 9: | Line 9: | ||
[[Image:Cov-cycle.png|center|239x238px|Coverage Analysis Cycle]] | [[Image:Cov-cycle.png|center|239x238px|Coverage Analysis Cycle]] | ||
* '''Test and Instrument''' - Build instrumented version of Firefox. Run all the test suites (manual and automated) to collect code coverage data. | |||
* '''Coverage Data''' - Identify coverage gaps | |||
* '''Bugs Data''' - Identify the number, nature and type of bugs reported and/or fixed in the product. These include total number fixed, number of regression/security/crash bugs, Also, the files that patches attached to bugs affect. | |||
* '''Test Dev Planning''' - target test development at the highest priority, low coverage files. | |||
=== Why === | === Why === | ||
edits