CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Jan 2006
    Posts
    384

    Understanding of Unit Testing

    I came across a presentation on Unit testing which contained the following (there were others too) as characteristics of Unit Testing :

    - Negative or Destructive Testing
    - Memory Leaks and Exception Handling

    Negative or Destructive Testing is done across Integration / Component tests through.
    So are memory leaks etc.

    Why do you think they are explicitly mentioned here ?

    Also, is code coverage (as part of unit testing) an effective means of detecting faults? How much coverage is enough?
    Last edited by humble_learner; June 10th, 2010 at 06:56 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured