At the 2009 Barcamp Leeds I attended a talk by Neil Crosby where he talked about automated testing, and about how he felt there was a gap in everything that people were testing. Everyone has unit tests, and people are doing full stack testing too, but no-one (so he feels) does XHTML/CSS/JS validation as part of their automated test suite. ...
--More--Tagged with php
View Raw Source
- 2009-01-31 01:54:57
Merry Testing
- 2008-12-25 15:01:54
Just a few examples of the same test written in a few languages. Its testing setting the date on an object that is created in the tests' setup method already. These fall under the unit testing, rather than full-stack testing.
--More--Command line tricks: Scripting Languages
- 2008-02-14 16:24:27
To search your php.ini file quickly and easily with the option to use regular expressions, I tend to drop back to the cli. The reason for this is I can easily parse the output of phpinfo() with grep, and can do various things with the output, could even pass it to a script if I really wanted to.
Why do I love Ruby?
- 2008-01-30 14:15:24
So mother (who can't program) just posed me the question
--More--