Archive for the "Java" Category

Sort by:

Unit Testing Framework for client side javascript JsUnit

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.
• It is assumed in these pages that the reader is familiar with JUnit or another of the [...]