Other News

Editorials

Tuning Unit Tests

$$SWYNK$$ Tuning Unit Tests I hate fads. Fads, to me, are software, organization structures, or practices that are done because everyone else is doing it, without understanding the principles behind then, or if they are applicable to your specific situation. For example, SAP was a fad. It seems that every large company had to have SAP, regardless of how good […]

Uncategorized

Unit Test Methodologies

Unit Test Methodologies In the last couple of newsletters I have been talking about Unit Testing. Unit Testing is a technique used by software develoeprs to test the code they are writing to solve a software requirement. The tests are written to exercise the code modules directly, not through an external interface. Today I wanted to gloss over three general […]