|
-
Apr 29th, 2009, 05:17 AM
#2
Re: what is the benefit of unit testing over debugging
Unit testing and debugging are two totally different things:
You do unit testing after you have completed your code, to find out any problems it might have.
Once you find out a problem, you debug your code to find the exact reason for the problem and to fix it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|