Jim Plush's on AJAX and Unit Testing
Jim have written a very interesting article about Unit testing of AJAX applications using in the Javascript Unit testing framework JSUnit. Unit tests helps developers to much reducing bugs in their applications, specially for big projects. So if you are already doing Unit tests in server side, it's time to do it for the client side too.

I've decided to write a little two part introduction into unit testing your AJAX applications with JSUnit. AJAX applications now are adding a new complexity into our development lives. Introducing business logic into our presentation tier. It is now not enough to write some adhoc javascript form validation functions that work most of the time. You now need to take accountability for your javascript code as it can affect your business logic on the server side.


Subscribe to AJAX Magazine's feed