5
shouts

Basic Unit Testing Guidelines

posted by KodefuGuruKodefuGuru 233 days, 11 hours, 18 minutes ago
Thursday, July 23, 2009 8:29:54 PM GMT

When I recently started looking through a certain project’s tests, I was struck by how difficult it was for me to read and understand. The tests were laid out haphazardly, and the code contained enough logic to make me wonder if it would be easier to analyze the functional code. Tests don’t do anyone good if they require that much analysis. In contrast, one of my favorite open source projects contains tests that allow me to learn the functionality of the system without looking at any functional code. Th...

category: Foundation | clicked: 12 | | source: www.kodefuguru.com | show counter code
tags: Unit Test, unit testing

No comments yet, be the first one to post comment.

To post your comment please login or signup