QA/Firefox3.5/Mozstorage/TestPlan: Difference between revisions

From MozillaWiki
< QA‎ | Firefox3.5
Jump to navigation Jump to search
(New page: ;Mozstorage Test Plan = Overview = Conversion of password management from flat file to sqlite. Bugs: {{bug|288040}} = Test Strategy = example XPCShell tests exist in [http://mx...)
 
 
(7 intermediate revisions by one other user not shown)
Line 3: Line 3:
= Overview =
= Overview =


  Conversion of password management from flat file to sqlite.  
Conversion of password management from flat file to sqlite.


  Bugs: {{bug|288040}}
Implementation: {{bug|288040}}
 
Potential bug: {{bug|451267}}


= Test Strategy =
= Test Strategy =


  example XPCShell tests exist in [http://mxr.mozilla.org/mozilla-central/source/toolkit/components/passwordmgr/test/unit/ passwordmgr/test/unit/test_storage_Mozstorage_*.js]  
example XPCShell tests exist in [http://mxr.mozilla.org/mozilla-central/source/toolkit/components/passwordmgr/test/unit/ passwordmgr/test/unit/test_storage_Mozstorage_*.js]  


  XPCShell is the best way to test this kind of component
XPCShell is the best way to test this kind of component


= Schedule Scoping =
= Schedule Scoping =
    
    
  Already in tree.
Already in tree. Code lives in toolkit/components/passwordmgr.


= References =
= References =

Latest revision as of 04:00, 24 March 2009

Mozstorage Test Plan

Overview

Conversion of password management from flat file to sqlite.

Implementation: bug 288040

Potential bug: bug 451267

Test Strategy

example XPCShell tests exist in passwordmgr/test/unit/test_storage_Mozstorage_*.js

XPCShell is the best way to test this kind of component

Schedule Scoping

Already in tree. Code lives in toolkit/components/passwordmgr.

References