Archive for March, 2008
A little abstraction when testing software with Selenium-RC and Java
The testing tool Selenium goes from strength to strength. As evidenced at the recent Selenium Users Meeting, the future plans for Selenium look really interesting and Google seem to want to continue to invest heavily in Selenium which can only mean good things for the rest of us. Testers have learned to use abstraction over [...]
A simple explanation of dependency injection
For the longest time I didn’t know what dependency injection meant – anytime I looked it up I glazed over thinking it really complicated. I only recently found out while learning TDD that I can describe dependency injection in terms of – pass an object in as a parameter instead of instantiating it in the [...]

