JsUnit rocks! (A unit testing framework for clientside Javascript)

Published Tuesday, December 30, 2003 1:40 AM

Today I discovered a wonderful tool while adding some features to the Remote Scripting Client (msrsclient.js).  It is a Javascript unit testing framework called JsUnit which is developed by Edward Hieatt.  It allows for you to build your features in the usual Test Driven manner even though your code is clientside Javascript! 

What about automated test runs, a graphical test harness and exception handling, you may ask ... it has it all!  You can even define test suites to automatically test whole groups of test html pages.

JsUnit Screenshot

I will post the development project with the JsUnit tests when releasing the next version of msrsclient.js.

Edward - Many thanks for your outstanding work on JsUnit!

Filed under:

Comments

# Bob said on Sunday, February 15, 2004 12:46 PM

JsUnit Rocks. Hope I get to try it someday.

# Roberto said on Friday, September 28, 2007 11:34 AM

I wrote an article on how to write unit tests for javascript with jsUnit.

Here you are

robcos.com/unit-testing-with-javascript

This Blog

Syndication