QA/Firefox3.5/TestPlan/Element Traversal

From MozillaWiki
Jump to: navigation, search

« 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

Since these are API's we will use mochitests to develop a set of automated test cases.

Schedule Scoping

this was landed in late august and will be run with automated test cases once developed for 3.1b1.

References