Tag Archives: jqunit

jqRunner Snapshot – Running Javascript Unit test with NUnit

One of the nice things about unit tests is that you can use continuous integration so that you don’t have to run them yourself. At work we use CruiseControl.NET to automate our builds and run our unit tests. Now as … Continue reading

Posted in Development Log | Tagged , , , , , | Leave a comment

Unit testing jQuery plugins with jqunit

Whilst creating a plugin for jquery, that would provide auto formatting for a textbox for numeric values, I was looking for a way to run the tests for confirm its functionality. After getting sick of running the tests manually the … Continue reading

Posted in Development Log | Tagged , , , | 1 Comment