A Javascript Testing Toolbox
Javascript has, over the years, developed into the de facto standard for bringing interactivity to web pages. But, as web pages evolve into complete user interfaces, more and more logic shifts from the server to the Javascript client. This creates a real need for solid test coverage for Javascript code. …