Confirmed users
131
edits
(Created page with "This is a MTBF page") |
(First Version of Structure of this page) |
||
Line 1: | Line 1: | ||
This is | =Overview= | ||
The MTBF tests are a suite of Firefox OS tests built on top of the Gaiatest (Gaia UI Tests) Framework. The tests run on real Firefox OS devices, and use Marionette to drive the device's UI. | |||
Mean time between failures (MTBF) is the predicted elapsed time between inherent failures of a system during operation. MTBF can be calculated as the arithmetic mean (average) time between failures of a system. The MTBF is typically part of a model that assumes the failed system is immediately repaired (mean time to repair, or MTTR), as a part of a renewal process. This is in contrast to the mean time to failure (MTTF), which measures average time to failures with the modeling assumption that the failed system is not repaired (infinite repair time). | |||
{| style="width: 90%; margin: 0 0 1em 1em" | | |||
| style="width: 20%" | | |||
| style="width: 80%" | | |||
|- valign="top" | |||
| '''Name:''' | |||
| Mean Time Between Failures (MTBF) | |||
|- valign="top" | |||
| '''Leads:''' | |||
| [mailto:twqa@mozilla.com Taiwan QA Team] | |||
|- valign="top" | |||
| '''Contributors:''' | |||
| [mailto:pyang@mozilla.com Paul Yang], [mailto:wachen@mozilla.com Walter Chen] | |||
|- valign="top" | |||
| '''MDN:''' | |||
| https://developer.mozilla.org/en-US/Firefox_OS/Platform/Automated_testing/MTBF_tests | |||
|} | |||
== Roadmap == | |||
{| class="fullwidth-table sortable" | |||
|- | |||
| style="background:#EFEFEF; width:20%" | '''Date''' | |||
| style="background:#EFEFEF; width:14%" | '''Version''' | |||
| style="background:#EFEFEF; width:66%" | '''Details''' | |||
|- valign="top" | |||
| - | |||
| - | |||
| - | |||
|} | |||
== Recent Status == | |||
{| class="fullwidth-table sortable" | |||
|- | |||
| style="background:#EFEFEF; width:20%" | '''Date''' | |||
| style="background:#EFEFEF; width:14%" | '''Version''' | |||
| style="background:#EFEFEF; width:66%" | '''Details''' | |||
|- valign="top" | |||
| - | |||
| - | |||
| - | |||
|} | |||
== Current Bugs == | |||
[https://bugzilla.mozilla.org/show_bug.cgi?id=987035 MTBF Meta Bug] | |||
[https://bugzilla.mozilla.org/show_bug.cgi?id=1034494 MTBF Marionette Meta Bug] | |||
== Documentation == | |||
== References == | |||
* Getting Started | |||
** Javascript | |||
*** http://www.codecademy.com/tracks/javascript (online course) | |||
*** http://bonsaiden.github.io/JavaScript-Garden/ (good practices) | |||
*** http://eloquentjavascript.net/ (book - accessible as HTML) | |||
*** https://developer.mozilla.org/en-US/docs/Web/JavaScript (reference) | |||
** Python | |||
*** http://www.codecademy.com/tracks/python | |||
*** https://wiki.python.org/moin/BeginnersGuide | |||
** HTML / CSS | |||
*** http://www.codecademy.com/tracks/web |