QA/Firefox3.5/Native JSON Testplan

From MozillaWiki
< QA‎ | Firefox3.5
Revision as of 04:27, 5 September 2008 by Ctalbert (talk | contribs) (New page: <small>« QA/Firefox3.1/TestPlan</small> ;Native JSON Test Plan = Overview = Provides a native implementation of a JSON parser so that every Web applicati...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

« QA/Firefox3.1/TestPlan

Native JSON Test Plan

Overview

Provides a native implementation of a JSON parser so that every Web application/web JS framework under the sun doesn't have to write their own.

Test Strategy

Transposing a note from Mikeal into here

Will take the biggest JS Framework test libraries (scriptaculous, prototype, dojo, jquery etc) and change their library to use the native JSON implementation rather than their own homegrown one.

Then we will run the existing JSON tests of those libraries against the new JSON implementation. It seems like this is the easiest way to get the most bang for our buck.

Schedule Scoping

Extreme Risk. The new patch for this has not landed yet, no reviews scheduled. Likely to get cut.

References