News

Meta hands its open-source Jest JavaScript testing framework to the OpenJS Foundation to let the project flourish as a community-led initiative.
Google has updated its Octane speed test for measuring JavaScript performance, expanding its scope and rounding out the benchmark with computing tasks from rival browser makers Mozilla and ...
QUnit is a JavaScript unit test framework that is used by the JQuery, jQuery UI, and jQuery Mobile projects. In fact QUnit was originally developed as part of jQuery by jQuery inventor John Resig.
Mozilla has unleashed the Kraken, a new JavaScript benchmark test. It joins similar efforts like Google’s V8 and the WebKit project’s SunSpider tests, which are widely used to measure browser ...
This article by Dennis Byrne is a crash course in writing maintainable JavaScript. Dennis uses stubs, mock objects and a little bit of dependency injection. He also uses JsUnit to run unit tests ...
Practical .NET Test Driving a JavaScript MVC Framework Peter looks at Knockout, one of the MVC environments for writing client-side JavaScript, and wonders if we're on the wrong path. By Peter Vogel ...