I am currently writing a simple, timer based mini app in C# that performs an action n times every k seconds. I am trying to adopt a test driven development style, so my
Len Holgate has a series of 20 articles on testing timer based code.