Software Testing Articles, Blog Posts, Books, Podcasts and Quotes

What Testers Find

March 29, 2011 0

In this blog post, James Bach tells us that testers finds not only bugs, but also but also risks, testability problems, etc.

Stop Using Mocks

March 24, 2011 0

In this blog post, Karl Seguin explains why we should stop using mocks to reduce coupling and brittleness in our code.

Automating JavaScript Testing with QUnit

March 22, 2011 0

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.

1 102 103 104 105 106 115