QA/Firefox3.5/TestPlan/Element Traversal: Difference between revisions

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


*[[https://bugzilla.mozilla.org/show_bug.cgi?id=447917 | bug 447917]]
*[[https://bugzilla.mozilla.org/show_bug.cgi?id=447917 bug 447917]]
*[[http://dev.w3.org/2006/webapi/ElementTraversal/publish/ElementTraversal.html | W3 spec]]
*[[http://dev.w3.org/2006/webapi/ElementTraversal/publish/ElementTraversal.html W3 spec]]

Revision as of 13:42, 13 October 2008

« QA/Firefox3.1/TestPlan

Feature Element Traversal Test Plan

Overview

Element Traversal is a method for writing javascript element traversal using higher performance instead of other methods of traversing through elements. This is well outlined and straightforward.

Test Strategy

As this is a set of APIs, we will just test (with normal, boundary, and error conditions) each of these APIs:

  • firstElementChild
  • lastElementChild
  • previousElementSibling
  • nextElementSibling
  • childElementCount

Schedule Scoping

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

References