QA/Platform/DOM/Metrics: Difference between revisions

From MozillaWiki
< QA‎ | Platform‎ | DOM
Jump to navigation Jump to search
Line 12: Line 12:
In implementation we will experiment with a lot of different metrics and data sources in an attempt to see which metrics, either singularly or in conjunction with other data, enable us to effectively make informed decisions.
In implementation we will experiment with a lot of different metrics and data sources in an attempt to see which metrics, either singularly or in conjunction with other data, enable us to effectively make informed decisions.


=== Stability ===
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1i9jGwCZDOXJlSGrmIgvyHzBQbTG5aPEi6Np_P-4GDwk/edit?usp=sharing Unresolved crash bugs by component]
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1T0ZMPtojYsWcd1oNmCVypV9cJgnnx-VYcDv7P0t945c/pubchart?oid=1017897746&format=interactive Crash bugs reported/resolved month to month for 2014]
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1T0ZMPtojYsWcd1oNmCVypV9cJgnnx-VYcDv7P0t945c/pubchart?oid=932225928&format=interactive Crash bugs reported/resolved month to month for 2014 in aggregate] <sup>1</sup>
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1T0ZMPtojYsWcd1oNmCVypV9cJgnnx-VYcDv7P0t945c/pubchart?oid=172873160&format=interactive Crash bugs reported month to month by component for 2014] <sup>1</sup>
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1T0ZMPtojYsWcd1oNmCVypV9cJgnnx-VYcDv7P0t945c/pubchart?oid=763311749&format=interactive Crash bugs reported month to month by component for 2014 in aggregate] <sup>1</sup>
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1i9jGwCZDOXJlSGrmIgvyHzBQbTG5aPEi6Np_P-4GDwk/pubchart?oid=1967662858&format=interactive Crash bugs unresolved week to week by component since January 1, 2013] <sup>2</sup>
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1i9jGwCZDOXJlSGrmIgvyHzBQbTG5aPEi6Np_P-4GDwk/pubchart?oid=1323458719&format=interactive Crash bugs reported/resolved week to week since January 1, 2013] <sup>2</sup>
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1i9jGwCZDOXJlSGrmIgvyHzBQbTG5aPEi6Np_P-4GDwk/pubchart?oid=534229400&format=interactive Crash bugs reported/resolved week to week since January 1, 2013 in aggregate] <sup>2</sup>
 
<sup>1</sup> ''generated using manual bugzilla queries''<br>
<sup>2</sup> ''generated using Kyle Lahnakoski's elastic search bugzilla database''


=== Pending Investigation ===
=== Pending Investigation ===

Revision as of 20:05, 30 January 2015

This page documents the various metrics QA uses to assess the quality of Firefox/Gecko's DOM implementation from version to version. The purpose of these metrics is to help us make informed decisions about testing strategy. These metrics serve several needs, including but not limited to:

  • identifying areas of risk for testing before we release a new version of Firefox
  • informing root cause analysis discussions when something inevitably slips through the cracks
  • measuring the trends in product quality over the long-term
  • measuring competitiveness and spec compliance

Please contact Anthony Hughes if you have any questions or feedback regarding this initiative. He can usually be found in #qa on irc.mozilla.org between 09:00 and 17:00 (UTC-9/-10) Monday to Friday by mentioning the nickname ashughes.

Phase I: Establishing a Baseline

The goal of the initial phase is to establish a baseline that all future quality can be measured against.

In implementation we will experiment with a lot of different metrics and data sources in an attempt to see which metrics, either singularly or in conjunction with other data, enable us to effectively make informed decisions.

Pending Investigation

Draft proof of concepts can be found in my Google Drive

Bugzilla Data

Using Manual Querying

Using Elastic Search