Unit testing properties in one paragraph

First of all the unit tests should be fully automated, full coverage needs to be achieved, the test needs to be independent and also repeatable individually. The tests need to be written in a professional way since if you are using TDD approach they will drive the production code in the very near future.

These are the properties of the unit tests that I have learned from the Mr. Astels' and Mr. Beck's books and I would like to summarize them into one paragraph.

Comments

Popular posts from this blog

Space Character Problem on IE 6, 7, and 8

AWS encryption chart (SSE-S3 vs SSE-KMS vs SSE-C)

Does Netflix work on iOS 5 Beta 4?