From simple test runners to complete testing frameworks, look to these proven tools to keep your JavaScript free of bugs The need to test JavaScript code is straightforward. How else to keep out the ...
Try to keep units small, use appropriate tools, and pair-up programmers and tester; these are suggestions from Adrian Bolboacă for writing good unit tests. Unit testing is a mixture of programming and ...