News

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 ...
Inspired by Google Go, Luna avoids the effort of other frameworks that require the writing of boilerplate code and have multiple configuration options ...
In addition to the JavaScript files that you supply from your Web project (and the frameworks like JQuery that you reference as part of your production code), JavaScript unit testing generally relies ...
Automated testing frameworks need both a good test library and a good integration story. While most JavaScript testing frameworks have been focusing on the former, Stephen Walther has been working ...
Sauce Labs Inc., the leading provider of cloud-based mobile and web application testing solutions, today announced expanded platform support and new features for JavaScript Unit Testing on Sauce.
Microsoft today launched BrowserSwarm, an open source tool to help Web developers automate testing of their JavaScript frameworks and libraries across devices and browsers. To take advantage, all ...
Microsoft today launched BrowserSwarm, an open-source tool for testing JavaScript frameworks and libraries across devices and browsers. The aim here, Microsoft says, is to help developers “build ...
SAN FRANCISCO, USA: Sauce Labs Inc., provider of cloud-based mobile and web application testing solutions, today announced expanded platform support and new features for JavaScript (JS) Unit ...
And unlike with .NET, where unit tests focus mainly on functional verification (since the compiler eliminated the majority of typos), unit tests in JavaScript do both. In summary, JavaScript unit ...