QA/Firefox3.5/Native JSON Testplan: Difference between revisions
No edit summary |
Samuelsidler (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 20: | Line 20: | ||
= Schedule Scoping = | = Schedule Scoping = | ||
'''Extreme Risk.''' The new patch for this has not landed yet, no reviews scheduled. Likely to get cut. | <font color=red>'''Extreme Risk.'''</font> The new patch for this has not landed yet, no reviews scheduled. Likely to get cut. | ||
= References = | = References = | ||
* http://wiki.ecmascript.org/doku.php?id=es3.1:es3.1_proposal_working_draft | * http://wiki.ecmascript.org/doku.php?id=es3.1:es3.1_proposal_working_draft |
Latest revision as of 03:56, 24 March 2009
- 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.
Todo: which libraries will we target? Let's just pick the one or two with the biggest JSON test suite and we'll leave the others as "nice to have's".
Todo: are any of the library authors/contributors interested in doing this alongside us? Can we get them to do their own library, test it, and report the results to us?
Schedule Scoping
Extreme Risk. The new patch for this has not landed yet, no reviews scheduled. Likely to get cut.