Archives
Practical Testing: 5 - Testing shouldn't be this hard
Submitted by /* Rambling comments... */ on Tue, 25/05/2004 - 14:00.I'm writing some blog entries that show how to write tests for non trivial pieces of code. This is part 5; the one where we find a bug we weren't expecting...
Posted by Len at 01:00 PM | Comments (0)
Practical Testing: 6 - Tests refactored
Submitted by /* Rambling comments... */ on Tue, 25/05/2004 - 19:10.Previously on Practical Testing: The last entry ended with us having two tests, both of which were in need to a good refactoring. The second test had uncovered an unexpected bug... This time around we'll refactor the tests, fix the bug and finally write the test for the tick count wrap bug...
Posted by Len at 06:10 PM
