Tag Archives: php

PHPUnit-Selenium2 Cheat Sheet

My PHPUnit-Selenium2 Cheat Sheet Here are a few snippets of how I’ve achieved various tasks, some tricks and patterns in phpunit/phpunit-selenium v2.0 – targeting Selenium2. I’ll try to keep this updated with more techniques over time. Screenshots I wrote this small … Continue reading

Posted in articles | Tagged , , , | Leave a comment

Pulse APM

Pulse – Application Heartbeat Monitor Pulse is a new library I wrote in a weekend because I couldn’t find anything out there which performs this simple service. And I was tired of getting calls from GoGet on my day off (from my … Continue reading

Posted in Projects | Tagged , , , | Leave a comment

Layercache – My First FOSS Baby

I was confronted with a pretty common programmer’s problem at work a few weeks ago. I inherited a script which was taking 20+ seconds to render a map for a mobile site. 20 seconds is a long time in a … Continue reading

Posted in Projects | Tagged , , , | Leave a comment

Re-learning unit testing with Selenium 2 and phpunit-selenium

Now that I’ve finished re-building my house (almost) I’ve got two or three years of programming projects to catch up on. One of the most pressing is updating the Motif.org.au site with the new reading tests that have been developed … Continue reading

Posted in articles | Tagged , , | 4 Comments