Software Testing Articles, Blog Posts, Books, Podcasts and Quotes
This blog post explores how to do unit testing of javascript using JsTestDriver. The goal of JsTestDriver is to build a JavaScript test runner which easily integrates with continuous builds systems and allows running tests on multiple browsers quickly to ease TDD style development.
This blog post presents the AutoTest.Net tool to continuously test your .net code. AutoTest.NET is a tool for running your unit tests as soon as your save your files.
This blog post discusses the equivalence partitioning technique to design test cases.
This part of Microsoft’s patterns and practices material discusses the key concepts of load testing and allow you to learn how to load-test a Web application.
In this blog post, Cédric Beust describes the new TestNG features that allows to convert Java unit tests from JUnit 3 and JUnit 4 to TestNG.
In this blog post, Alister Scott explains how Watir and WebDriver work together using Watir-WebDriver, a Watir (ruby) implementation on WebDriver.
This blog post by Geoffrey Wiseman presents some of the challenges to automated testing in GWT.