testing
Developing, Testing and Releasing
How do you develop, test and deploy-to-live your WordPress sites?
Unit tests – Dealing with dependencies
This might be seen as a corollary of Testing hooks callback.
Unit testing for plugin development
I need to apply unit testing for one of my plugins. I recently re designed it into classes, so unit testing should be easier to apply now.