View the latest version of these documents: http://mozile.mozdev.org/0.7/docs/index.html
Welcome to Mozile, the WYSIWYG XHTML editor for Mozilla! This document includes information for using and developing Mozile. It is a work in progress, and we welcome suggestions and contributions.
JsUnit is a JavaScript testing framework in the XUnit family.
Ideally, every non-trivial function in Mozile should have at least one JsUnit test. This would allow the automated testing of Mozile code for bugs.
Right now there are tests for every class in Mozile, but not all methods are tested. We would like to have better unit test coverage.
We would also like to add functional tests which check Mozile as a whole by simulating user interaction. Currently there are none.
James A. Overton - http://mozile.mozdev.org - 2006-02-02