QA/Firefox3.5/TestPlan/Script Defer: Difference between revisions

From MozillaWiki
< QA‎ | Firefox3.5‎ | TestPlan
Jump to navigation Jump to search
Line 5: Line 5:
= Overview =
= Overview =


  Provide an abstract of the feature and the test strategy.   
Script defer is a feature that has been in IE and other browsers for years since the HTML 4 specBasically this is an attribute for the <script> tag where we can defer loading one or more scripts so the page content will load without waiting for large or cross-domain scripts.
  Are there particular challenges with testing this feature?


= Test Strategy =
= Test Strategy =

Revision as of 15:48, 8 October 2008

« QA/Firefox3.1/TestPlan

Feature Script Defer Test Plan

Overview

Script defer is a feature that has been in IE and other browsers for years since the HTML 4 spec. Basically this is an attribute for the <script> tag where we can defer loading one or more scripts so the page content will load without waiting for large or cross-domain scripts.

Test Strategy

 List major areas of test coverage
 List areas that will NOT be covered (by developer, third party, etc.)
 Describe how testcases will be created (litmus, mochitests, reftests, gristmill, etc..)

Schedule Scoping

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

References