Monday 25 May 2009

Unit Testing JavaScript

  • QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code on the server-side).
  • FireUnit is a FireFox add-on which enables us writing Unit Tests for JavaScript.
  • JsUnit is another unit testing framework for JavaScript.
  • WatiN is another unit testing tool for UI and AJAX

More info:

No comments: