Loop/QA/MSISDN testplan: Difference between revisions

From MozillaWiki
< Loop‎ | QA
Jump to navigation Jump to search
Line 42: Line 42:
* Go to about:app-manager to install mobileidtest, mobileidtest2 and mobileidtest3
* Go to about:app-manager to install mobileidtest, mobileidtest2 and mobileidtest3
* Make sure the services.mobileid.server.uri pref is set to http://msisdn.dev.mozaws.net/ . You can follow the same steps as mentioned in https://developer.mozilla.org/en-US/Firefox_OS/Using_the_App_Manager#Debugging_Certified_Apps_2 - (  
* Make sure the services.mobileid.server.uri pref is set to http://msisdn.dev.mozaws.net/ . You can follow the same steps as mentioned in https://developer.mozilla.org/en-US/Firefox_OS/Using_the_App_Manager#Debugging_Certified_Apps_2 - (  
echo 'user_pref("services.mobileid.server.uri pref", "http://msisdn.dev.mozaws.net/");' >> prefs.js ) (until bug 1021595 is fixed, you should use  https://msisdn-dev.stage.mozaws.net/ )
echo 'user_pref("services.mobileid.server.uri", "http://msisdn.dev.mozaws.net/");' >> prefs.js ) (until bug 1021595 is fixed, you should use  https://msisdn-dev.stage.mozaws.net/ )
* Go to MobileID test app
* Go to MobileID test app
* Tap on "Get Assertion"
* Tap on "Get Assertion"

Revision as of 16:54, 3 July 2014

Loop/QA/

MSISDN Test Plan


Overview

Test plan for the Mozilla MSISDN Verification API. MSISDN 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

Schedule Scoping

References

MozTrap Test Cases added

echo 'user_pref("services.mobileid.server.uri", "http://msisdn.dev.mozaws.net/");' >> prefs.js ) (until bug 1021595 is fixed, you should use https://msisdn-dev.stage.mozaws.net/ )

  • Go to MobileID test app
  • Tap on "Get Assertion"
  • Choose the mobile provider and tap on "Share"

What will not be tested