Introduction

JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a port of JUnit to JavaScript. Also included is a platform for automating the execution of tests on multiple browsers and mutiple machines running different OSs. Its development began in January 2001.

JsUnit is an Open Source project. It is distributed under the following licenses (download the distribution for more details): GNU Public License 2.0, GNU Lesser Public License 2.1, Mozilla Public License 1.1

OpenSource development hosted on SourceForge JsUnit's development is hosted on SourceForge.

Notes