Unit Tests

Unit Testing the Metric Dashboard – Part 4

Continuation of unit testing the Metric Dashboard. Debugging via Unit Tests Sometimes, it is necessary to debug our code from our unit tests. Having the unit [...]

Unit Testing the Metric Dashboard – Part 3

Continuation of unit testing the Metric Dashboard. Watching for new files The Dashboard listens to the test result folder for new files. As this is done in [...]

Unit Testing the Metric Dashboard – Part 2

This is a continuation of the unit testing the Metric Dashboard series, you can find part 1 here Passing a fake object to constructor At one point I had to [...]

Unit Testing the Metric Dashboard – Part I

I have talked about unit testing the Metric Dashboard, today I had some time to dive into the task. I decided to test the Bugs Caught feature of the Visual [...]

Unit Testing the Metric Dashboard

While developing the Metric Dashboard, I on purposely did not write any unit tests. I wanted to feel and remember what is like to develop without unit test and [...]

Measuring Effective Unit Tests

What is an effective unit test? A good unit test (via Jeremy Miller) is Atomic Independent & Isolated Intention Revealing Easy to Setup Runs [...]

Does you code have integrity?

I have been talking about integrity management, but the word integrity actually comes from the technical condition of being whole. That is why in star trak we [...]

Zune Meltdown as a Management Problem

Ester Schindler has a post in cio about the 3 lessons developers should learn from the Zune meltdown. She finishes it with: Quality Assurance doesn't apply [...]