JsUnit rocks! (A unit testing framework for clientside Javascript)
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.
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!