Do you enjoy 'Unit testing' ? [closed]
- by jibin
Possible Duplicate:
How have you made unit testing more enjoyable ?
i mean we all are developers & we love coding.I love learning new stuff(languages, frameworks, even new domains like mobile/Tablet development). But Testing ?
As a newbie to the corporate environment,I just can't digest it.(We follow 'write-then-manually-test pattern').is it unit testing ?.Usually a single developer handles a module(From design to code & unit testing).So is it practical ?
Somebody tell me how to make unit testing fun ?
Or just How to do it properly?Do we try all possibilities manually.Say unit test for a webpage with lot of 'javascript validations'.
PS:projects are all web applications.