Unit Testing Strategies
Note: This article was originally published at Zend Developer Zone
on 22 October 2010.
High Code Coverage through extensive Unit Testing is the Holy Grail in software development. Theoretically, it would create an environment where the code could be debugged, re-factored, and extended while keeping a stable and overall clean system. Unfortunately, this is just about as elusive as the Holy Grail. So how can we do Unit Testing in the real world.


