Introducing a really simple regression tester

Building on what I was talking about last week, I’ve spent a little time tidying up and genericising the simple regression test framework I often find myself using and have open sourced it over on Github. So without further ado, I’d like to introduce the Really Simple Test Framework! This is a PHP command line […]

Marcus Povey

Building on what I was talking about last week, I’ve spent a little time tidying up and genericising the simple regression test framework I often find myself using and have open sourced it over on Github. So without further ado, I’d like to introduce the Really Simple Test Framework! This is a PHP command line […]

Regression Testing: If you don’t do it, you’re a fscking idiot.

Opinion: If you embark on building a major project without implementing some sort of automated testing/regression testing framework along side then you are a fool. What? Regression testing is nothing more than a set of automated tests that are written to test certain parts of your code. Tests can be written to test core bits […]

Marcus Povey

Opinion: If you embark on building a major project without implementing some sort of automated testing/regression testing framework along side then you are a fool. What? Regression testing is nothing more than a set of automated tests that are written to test certain parts of your code. Tests can be written to test core bits […]