Deprecated: Assigning the return value of new by reference is deprecated in /home/compendi/public_html/blog/wp-includes/cache.php on line 99

Deprecated: Assigning the return value of new by reference is deprecated in /home/compendi/public_html/blog/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/compendi/public_html/blog/wp-includes/theme.php on line 576

Deprecated: Assigning the return value of new by reference is deprecated in /home/compendi/public_html/blog/wp-content/plugins/code-highlighter/codehighlighter.php on line 42
Agile

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: