Coding blindly is a great way to shoot yourself in the foot. Thankfully, Unit Testing has come a long way in web development. Learn what tools exist for Unit Testing in the web world, from backend PHP support to front end testing with YUI.
Questions Answered:
What is Unit Testing?
How do I Unit Test in PHP?
How do I Unit Test in JavaScript?
Is there Unit Testing for my language?
How do I simulate User Actions on the front end?
How do I simulate incoming request data on the back end?