Software Testing Articles, Blog Posts, Books, Podcasts and Quotes
In the episode 167 of the Software Engineering Radio, Kent Beck discusses about this tiny little thing he created many years ago and that has changed the daily work of many many programmers in the world: automated unit testing and JUnit.
In this blog post, James Bach tells us that testers finds not only bugs, but also but also risks, testability problems, etc.
This blog post covers the required implementation to get started with writing Acceptance Tests in a real Java project with JBehave.
In this blog post, Brian Osman presents two types of software testing: agressive and passive.
In this blog post, Karl Seguin explains why we should stop using mocks to reduce coupling and brittleness in our code.
QUnit is a JavaScript test suite. It’s used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code and even JavaScript code on the server-side. This article explores how to write unit tests with QUnit for Javascript.
In this blog post, Sylvain Francois explores the differences between the best practices coming from “ivory towers” and reality of daily projects for unit testing.