QA/Automation/Projects/WebAPI: Difference between revisions
< QA | Automation | Projects
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
As an essential part of Boot2Gecko (Mozilla Firefox OS), the WebAPIs provide access to the device OS, thus allowing html applications to use mobile phone features. For example, a B2G html application can send SMS messages via javascript using the WebSMS WebAPI. | |||
In order to ensure the functionality of the WebAPIs, an extensive WebAPI test suite must be developed. Both the Mochitest and Marionette automation frameworks will be used in the development and execution of the WebAPI tests, which ultimately will be executed on the B2G device emulator on a per-check-in basis. | |||
{| style="width: 90%; margin: 0 0 1em 1em" | | {| style="width: 90%; margin: 0 0 1em 1em" | | ||
Line 10: | Line 12: | ||
|- valign="top" | |- valign="top" | ||
| '''Leads:''' | | '''Leads:''' | ||
| [mailto: | | [mailto:rwood@mozilla.com Rob Wood], [mailto:hskupin@mozilla.com Henrik Skupin], [mailto:dhunt@mozilla.com Dave Hunt] | ||
|- valign="top" | |- valign="top" | ||
| '''Contributors:''' | | '''Contributors:''' | ||
Line 16: | Line 18: | ||
|- valign="top" | |- valign="top" | ||
| '''Repository:''' | | '''Repository:''' | ||
| | | http://mxr.mozilla.org/mozilla-central/source/dom/ | ||
|- valign="top" | |- valign="top" | ||
| '''Tracking Bug:''' | | '''Tracking Bug:''' |
Revision as of 14:45, 15 October 2012
Overview
As an essential part of Boot2Gecko (Mozilla Firefox OS), the WebAPIs provide access to the device OS, thus allowing html applications to use mobile phone features. For example, a B2G html application can send SMS messages via javascript using the WebSMS WebAPI.
In order to ensure the functionality of the WebAPIs, an extensive WebAPI test suite must be developed. Both the Mochitest and Marionette automation frameworks will be used in the development and execution of the WebAPI tests, which ultimately will be executed on the B2G device emulator on a per-check-in basis.
Name: | WebAPI tests |
Leads: | Rob Wood, Henrik Skupin, Dave Hunt |
Contributors: | n/a |
Repository: | http://mxr.mozilla.org/mozilla-central/source/dom/ |
Tracking Bug: | n/a |
Etherpad: | https://etherpad.mozilla.org/automation-webapi |
Sub Projects
Sub Project | Status | Description |
APITests | Active | Suite of tests to verify WebAPI V1 on B2G device emulator |
Details
n/a