views:

30

answers:

1

I am new to testing or so called unit testing. i am on the verge of finishing a web application. i wanna know is unit testing important. and how does it help ?

as i have never written a test. can i get reference to some kinda guide or tutoriials regarding to writing test ?

i am using cakephp framework.

+2  A: 

Here is a great introduction to unit testing and how to do it with CakePHP.

Chetan
thanks chetan..
Harsha M V
@Harsha: Please mark my answer as correct if you are satisfied with it. Thanks!
Chetan