Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Tillate.com Blog:
Unit test practice at tilllate.com
May 12, 2008 @ 20:46:25

Silvan Muhlemann has posted about the unit testing that tillate.com does for their releases - the whole process from start to finish.

For now over three years we are working with unit tests. I'd like to share some of those experiences. As we have two frameworks in place for our website, I can compare two different strategies for unit tests.

He talks about their choice of SimpleTest, their test monitoring, CruiseControl and their "if it doesn't pass, you can't release it" mentality to keep their site as bug free as possible.

tagged: unittest tillate phpunit cruisecontrol release simpletest

Link:


Trending Topics: