QA/Firefox3.5/DOMWorkerThreads TestPlan

From MozillaWiki
Jump to: navigation, search
Feature DOM Worker Threads Test Plan

Overview

Currently, everything is on one UI thread and this affects performance of the browser. DOM Worker Threads allows the developer to break up processing into multiple threads in order to increase this performance and take strain off of the UI thread.

We need to test message passing, error passing, timeouts/intervals, security, scoping, interaction with the platform are all bug free.

Bugs:

Test Strategy

Test coverage consists of:

  • Verifying the above bugs and regression-testing affected areas
  • Running the Mochikit tests
  • Example code
  • Performance comparisons, Matthew Russel's Vector Graph Code
  • Automated test cases

Schedule Scoping

Running all of the above should take the better part of a day to thoroughly ensure validation.

References