Skip navigation.

Practical Testing: 18 - Removing the potential to deadlock

Practical Testing: 18 - Removing the potential to deadlock

Back in 2004, I wrote a series of articles called "Practical Testing" where I took a piece of complicated multi-threaded code and wrote tests for it. I then rebuild the code from scratch in a test driven development style to...
Posted by Len at 12:15 PM | Comments (0) | Categories: Source Code, Testing