QA/Firefox3.5/Private Browsing Test Plan: Difference between revisions

From MozillaWiki
< QA‎ | Firefox3.5
Jump to navigation Jump to search
No edit summary
Line 99: Line 99:


= Current Open Bugs =
= Current Open Bugs =
*248970  Private Browsing mode (global toggle for saving/caching everything)
*411929  Private Browsing UI
*460346  Privacy pref for "Always on" Private Browsing Mode
*460609  Temporary files for helper applications are not deleted when leaving Private Browsing mode
*460609  Temporary files for helper applications are not deleted when leaving Private Browsing mode
*461625  Hide the UI for saving permission manager entries in Private Browsing mode
*461627  Hide the UI for saving certificate exceptions permanently in Private Browsing mode
*461710  Write an automated test to ensure that visited link coloring is turned off in private browsing mode
*461755  Error console should be cleared when leaving the private browsing mode
*462218  Read the sessionstore data from the disk instead of keeping it in memory when saving the session for private browsing mode
*462218  Read the sessionstore data from the disk instead of keeping it in memory when saving the session for private browsing mode
*462579  Strip off Private Browsing license headers when building
*462579  Strip off Private Browsing license headers when building

Revision as of 00:53, 6 November 2008

« QA/Firefox3.1/TestPlan

Private Browsing Test Plan
  • First draft created 9-15-08 by marcia - This is a work in progress

Overview

Provide a way for users to not be tracked when doing private browsing. According to mconnor's document, there should be a clear delineation between your "public" and "private" browsing sessions.

There will be some challenges with testing this feature since it is a complex area and many areas of stored data will need to be tested including:

    • Cookies
    • History
    • Cache
    • Content Prefs
    • User Passwords
    • Autocomplete
    • DOM storage
    • Authenicated Sessions
    • Downloads
    • Session Store

Test Strategy

  • Major areas of test coverage
    • Entering Private Browsing Mode
      • Confirm Pref Keep My Session Open
      • Confirm Pref Save and Close my Session
  • Exiting Private Browsing Mode
  • Cookies
    • Unit tests should cover the various states that a cookie would be in when moving between normal->Private Browsing mode. We would want to have a few manual tests here.
  • History

Unit tests should cover the various states that history would be in when moving between normal->Private Browsing mode. We would want to have a few manual tests here.

    • Adding tags
    • Adding keywords
    • Confirm visited link coloring is turned off in private mode.
  • Cache
    • Memory cache
    • Offline cache
  • Content Prefs
    • Unit tests will cover retaining zoom setting, for example. Need to figure out what other content prefs might be affected here.
  • Passwords
    • Unit tests will cover the UI piece (confirming the password prompt).
  • Autocomplete/Location Bar
  • DOM Storage
  • Authenticated Sessions
  • Download Manager
  • Session Store
    • [from ehsan] we currently do a little bit of work with the session restore at the start of the private mode and we need to special case it to just disable writing session data on disk if that pref is on, I guess...
  • Kill Process/Crash while in Private Browsing Mode
    • With Session Restore
    • Without Session Restore
  • Edge Cases
    • Visiting the same site in both Private and Normal Browsing Modes
    • Importing data during Private Browsing session

There will be a set of manual test cases that will be added to Litmus to cover this feature area.

Schedule Scoping

Estimate amount of time it will take to complete feature (Consider nightly builds, security reviews, bugs turnaround time)

References

Current Open Bugs

  • 460609 Temporary files for helper applications are not deleted when leaving Private Browsing mode
  • 462218 Read the sessionstore data from the disk instead of keeping it in memory when saving the session for private browsing mode
  • 462579 Strip off Private Browsing license headers when building
  • 462639 Handle view-source windows in Private Browsing mode
  • 462832 Enable private browsing support for all of the Mozilla-based applications

Litmus Test Cases added