Archive for the 'Debugging and Testing' Category
Unit Testing Introduction
19Feb08
Unit testing is a very powerful form of debugging which many developers don’t know about. Once your applications get bigger, it is daunting to make any changes in fear of breaking the entire application. Re-testing the entire application as a whole is both silly and time consuming. Even having to test various […]
Unit Testing Private Code
17Feb08
After doing various unit testing for VDE, I’ve encountered a quite annoying flaw with PHP unit testing in general. You can’t test private or protected functions, since they are being called publicly from the test function.
Since in most cases you are testing a class file with only classes in it, I decided to try […]
Search
You are currently browsing the Refactored weblog archives for the 'Debugging and Testing' category.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.

