B2G/QA/WebAPI Test Plan/WebSMS: Difference between revisions
< B2G | QA | WebAPI Test Plan
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
|- | |- | ||
| style="width:28%" | '''Lead''' | | style="width:28%" | '''Lead''' | ||
| [mailto: | | [mailto:gmealer@mozilla.com Geo Mealer] (irc: geo) | ||
|- | |- | ||
| '''Contributors''' | | '''Contributors''' | ||
Line 11: | Line 11: | ||
|- | |- | ||
| '''API Description''' | | '''API Description''' | ||
| | | Send/receive SMS messages as well as manage messages stored on device. | ||
|- | |- | ||
| ''' API Developer''' | | ''' API Developer''' | ||
| [mailto: | | [mailto:mlamouri@mozilla.com Mounir Lamouri] | ||
|- | |- | ||
| '''API Project Page''' | | '''API Project Page''' | ||
| [[WebAPI/ | | [[WebAPI/WebSMS|WebSMS]] | ||
|- | |- | ||
| '''API Tracking Bugs''' | | '''API Tracking Bugs''' | ||
| | | {{Bug|674725}} | ||
|- | |- | ||
| '''API Status''' | | '''API Status''' | ||
| | | Mostly done for B2G. | ||
|- | |- | ||
|} | |} |
Revision as of 23:41, 26 June 2012
B2G Screen Orientation API Test Plan
Summary
Lead | Geo Mealer (irc: geo) |
Contributors | TBD |
API Description | Send/receive SMS messages as well as manage messages stored on device. |
API Developer | Mounir Lamouri |
API Project Page | WebSMS |
API Tracking Bugs | bug 674725 |
API Status | Mostly done for B2G. |
Scope
A short section should be added here that describes the testing scope of this plan: both what is and is not included, broadly.
Strategy
Explain here how to test the API in question (emulator, device-agnostic CI tests, on-device applications, or a combination).
In the likely case of a combination, discuss how tests will be split between options.
API
Describe the API here. Give a short summary, what the API does, and any considerations or preconditions for using it.
Related Prefs
If user prefs can turn the API on or off or otherwise modify its operation, describe them here.
nsISomeInterface
Attributes
- read-only DOMString someAttribute (values can be foo, bar, baz, bam)
Methods
- boolean someMethod(in DOMString param)
- void anotherMethod()
Events
- onsomevent
Tests
Marionette/JS
Test Type 1
- Test 1
- Test 2
Test Type 2
- Test 1
- Test 2
mochitest-plain
Test Type 1
- Test 1
- Test 2
Test Type 2
- Test 1
- Test 2
Test App Design
Describe application functionality here
This page is based on the WebAPI Test Plan Template