Loop/QA/MSISDN testplan: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<small>Loop/QA/</small> ;MSISDN Test Plan = Overview = = Test Strategy = = Schedule Scoping = = References = * https://wiki.mozilla.org/Loop * https://wiki.mozilla...") |
No edit summary |
||
Line 5: | Line 5: | ||
= Overview = | = Overview = | ||
Test plan for the Mozilla MSISDN Verification API. | |||
MSISDN (pronounced /'em es ai es di en/ or misden) is a number uniquely identifying a subscription in a GSM or a UMTS mobile network. Simply put, it is the telephone number to the SIM card in a mobile/cellular phone. This abbreviation has several interpretations, the most common one being "Mobile Subscriber Integrated Services Digital Network-Number". See http://en.wikipedia.org/wiki/MSISDN | |||
The webAPI still needs to be documented. A brief explanation of the verification methods https://github.com/mozilla-services/msisdn-gateway/blob/master/API.md | |||
The lead developer is Fernando Jiménez Moreno [:ferjm]. | |||
= Test Strategy = | = Test Strategy = | ||
* MozTrap tests | |||
** To be done by QA | |||
* Mochitests | |||
** To be done by developer (writes a sjs to mock the verification server) - https://bugzilla.mozilla.org/show_bug.cgi?id=1022181 ) | |||
= Schedule Scoping = | = Schedule Scoping = | ||
= References = | = References = | ||
* Test app - https://www.dropbox.com/s/g5gqybe4x9904o0/mobileidtestapps.zip - http://vimeo.com/97447685 | |||
* Development server - http://msisdn.dev.mozaws.net | |||
* https://wiki.mozilla.org/Loop | * https://wiki.mozilla.org/Loop | ||
* https://wiki.mozilla.org/Media/WebRTC | * https://wiki.mozilla.org/Media/WebRTC | ||
* https://wiki.mozilla.org/Loop/QA#MSISDN_Support | * https://wiki.mozilla.org/Loop/QA#MSISDN_Support | ||
* https://github.com/mozilla-services/msisdn-gateway | * https://github.com/mozilla-services/msisdn-gateway | ||
* The webAPI needs to be documented, still, a brief explanation of the verification methods https://github.com/mozilla-services/msisdn-gateway/blob/master/API.md | |||
*Relevant bugs: | *Relevant bugs: | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=988469 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=988469 | ||
= MozTrap Test Cases added = | = MozTrap Test Cases added = |
Revision as of 15:33, 25 June 2014
- MSISDN Test Plan
Overview
Test plan for the Mozilla MSISDN Verification API. MSISDN (pronounced /'em es ai es di en/ or misden) is a number uniquely identifying a subscription in a GSM or a UMTS mobile network. Simply put, it is the telephone number to the SIM card in a mobile/cellular phone. This abbreviation has several interpretations, the most common one being "Mobile Subscriber Integrated Services Digital Network-Number". See http://en.wikipedia.org/wiki/MSISDN The webAPI still needs to be documented. A brief explanation of the verification methods https://github.com/mozilla-services/msisdn-gateway/blob/master/API.md
The lead developer is Fernando Jiménez Moreno [:ferjm].
Test Strategy
- MozTrap tests
- To be done by QA
- Mochitests
- To be done by developer (writes a sjs to mock the verification server) - https://bugzilla.mozilla.org/show_bug.cgi?id=1022181 )
Schedule Scoping
References
- Test app - https://www.dropbox.com/s/g5gqybe4x9904o0/mobileidtestapps.zip - http://vimeo.com/97447685
- Development server - http://msisdn.dev.mozaws.net
- https://wiki.mozilla.org/Loop
- https://wiki.mozilla.org/Media/WebRTC
- https://wiki.mozilla.org/Loop/QA#MSISDN_Support
- https://github.com/mozilla-services/msisdn-gateway
- The webAPI needs to be documented, still, a brief explanation of the verification methods https://github.com/mozilla-services/msisdn-gateway/blob/master/API.md
- Relevant bugs: