Possible Duplicate:
In need for a site that explains how to use PHPUnit
Hi guys.
I want to have a better testing procedure when I develop my applications in PHP.
At the moment I map out all the possible actions/pages in my applications and test them all out everytime I make changes - that is in a perfect world. Often Time issues prevents me for test everything everywhere and bugs do happen. Of course they will always happen but I would like to reduce the amount of bugs.
I'm still trying to understand how unit testing works. The tutorials I found was more like intermediate/expert guides
- Do you have some links to newbie tutorials for Unit testing?
- How do you setup a effective testing procedure?