Platform/Features/SPDY/TestPlan: Difference between revisions

From MozillaWiki
< Platform‎ | Features‎ | SPDY
Jump to navigation Jump to search
Line 18: Line 18:
== Summary ==
== Summary ==
*SPDY is a transport protocol designed as a successor to HTTP as part of Google's "Let's make the web faster" initiative.
*SPDY is a transport protocol designed as a successor to HTTP as part of Google's "Let's make the web faster" initiative.
*A SPDY implementation will wrap the existing HTTP implementation as a sort of in-browser proxy. This preserves all of the existing HTTP semantics and tools (e.g. firebug), while leveraging the on-the-wire benefits of SPDY.  
*SPDY implementation wraps the existing HTTP implementation as a sort of in-browser proxy. This preserves all of the existing HTTP semantics and tools (e.g. firebug), while leveraging the on-the-wire benefits of SPDY.  
*This feature is targeted for Mozilla 11.
*This feature is targeted for Mozilla 11.



Revision as of 14:34, 21 December 2011

SPDY

Feature Status Dev Lead QA Lead Status
SPDY Landed in Firefox 11 Pat McManus Ioana Budnar In progress

Summary

  • SPDY is a transport protocol designed as a successor to HTTP as part of Google's "Let's make the web faster" initiative.
  • SPDY implementation wraps the existing HTTP implementation as a sort of in-browser proxy. This preserves all of the existing HTTP semantics and tools (e.g. firebug), while leveraging the on-the-wire benefits of SPDY.
  • This feature is targeted for Mozilla 11.

References

Use Cases

  • .

Test Cases

  • Manual test cases can be viewed [ here].

Important Bugs

Not Tested

  • SPDY over non-SSL.

Sign off Criteria

  • All test cases were run on the Firefox version the feature is targeted for (Firefox 11.0).
  • All the major bugs have been fixed.