QA/Firefox3.1/Geolocation: Difference between revisions

From MozillaWiki
< QA‎ | Firefox3.1
Jump to navigation Jump to search
 
Line 53: Line 53:
* [https://litmus.mozilla.org/show_test.cgi?id=7701 Verify "Always Ask" pref in Page Info]
* [https://litmus.mozilla.org/show_test.cgi?id=7701 Verify "Always Ask" pref in Page Info]
* [https://litmus.mozilla.org/show_test.cgi?id=7702 Verify Share Location "Block" pref in Page Info]
* [https://litmus.mozilla.org/show_test.cgi?id=7702 Verify Share Location "Block" pref in Page Info]
* [https://litmus.mozilla.org/show_test.cgi?id=7718 Verify geolocation token is cleared when exiting private browsing
* [https://litmus.mozilla.org/show_test.cgi?id=7718 Verify geolocation token is cleared when exiting private browsing]

Latest revision as of 23:29, 15 May 2009

« QA/Firefox3.1/TestPlan

Geolocation Test Plan
  • First draft created 5-07-09 by jmaher - This is in progress

Overview

Provide a way for users to provide their geolocation information (based on a wifi geolocation service provided by google) to a website for more accurate location information (most websites do this by geolocation for ip address).

The biggest challenge with geolocation is the security and perceived security related to providing information to a website.

Test Strategy

  • Major areas of test coverage
    • Sharing Geolocation data with website
    • Privacy (Share Location, Don't Share, disable, Remember for this site)
    • Clearing history, remembering preferences, page info permissions
    • getCurrentPosition(), watchPosition(), update()
    • integration with other browser features
      • private browsing
        • Ensuring Geolocation is cleared after existing private browsing
      • session restore
      • drag and drop
      • other?
  • Litmus
    • 4 current test cases to cover general geolocation
    • new cases needed for remember and page info preferences

Schedule Scoping

  • Initial landing in 3.5b4 and trunk
  • Additional tweaks for bug fixes and general feedback by 3.5 release

Reference

Litmus Test Cases added