Development with jQuery & Qunit
Though a friend of mine and myself lately started again with continuous integration projects for the company’s we work for, and we both like test driven development, if it is no overkill, I came across Qunit which is a library provided by jQuery for Unittesting javascript. Until last week I did not even know something like this existed for Javascript, but I am very happy that I came across this . Because I think unittests are a good way to assure that your code works as expected, I´d like to show you how to setup and write jQuery unittests.

