Java Script
There are 1 entries for the tag
Java Script
I strongly believe in unit testing and recently I spent a bit of time trying to apply this technique to Java Script code. The first problem that I had to solve was which framework to use. From what I’ve read it looks like JSSpec, qUnit and YUI Test get most of the attention nowadays. YUI is the most mature from them and offers by far the most functionality out of the box. On the other hand it is the most complex one to setup but still the whole process takes only a few copy/paste clicks. At the end...