Archive for the 'Agile' Category

Clicking the buttons in QUnit functional testing with JQuery

I avoided using JQuery in my test pack for as long as I could, to try and learn a little about JavaScript the hard way. But I just could not get my button clicking test working cross browser. But clever JavaScript ninjas invented libraries like JQuery to help with exactly that type of problem so…

Agile Acceptance Testing

Some notes and links on Agile Acceptance Testing. First the links. Read the online Acceptance Testing chapter from "Test Driven – Practical TDD and Acceptance TDD for Java Developers" by Lasse Koskela. Read Brian Marick’s article Series Agile Testing Directions. And now the notes: