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 ...
Mark Michaelis walks you through the Visual Studio tooling and project setup you'll need to get the most out of your JavaScript unit testing.
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 ...
Extending the cloud testing platform, Sauce Labs announced expanded platform support and new features for JavaScript (JS) Unit Testing on Sauce.
With JavaScript code playing an increasingly critical role in modern web apps, JS unit testing is essential to ensure quality and keep up with the accelerating pace of web development. However ...
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 ...
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 ...