/* Rambling comments... */
/* Rambling comments... */
Website:
Description:
Len Holgate's thoughts on this and that... but specifically Testing
Last update:
2 days 8 hours ago
Practical Testing: 19 - Removing the duplicate code
Submitted by /* Rambling comments... */ on Sun, 03/08/2008 - 22:28.The code in the last two articles in the "Practical Testing" series have contained a considerable amount of duplication. This came about for a couple of reasons. Firstly part 17 was a bit rushed and secondly it was useful to...
Practical Testing: 18 - Removing the potential to deadlock
Submitted by /* Rambling comments... */ on Sat, 02/08/2008 - 13:15.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...
Another ISO 8583 transaction server
Submitted by /* Rambling comments... */ on Tue, 03/06/2008 - 14:11.It has been a busy couple of weeks for me. I've been working on an ISO 8583 based transaction server for a client and I set myself some fairly tight deadlines. I actually developed the first version of the server...
More on the CLR startup change
Submitted by /* Rambling comments... */ on Tue, 06/05/2008 - 16:37.Last week I mentioned that some of my tests for my Win32 Debug API class had suddenly started failing. It seems that I was right and the changes are due to some .Net fixes that have been rolled out recently....
WOW64 Win32 DebugAPI CLR application startup change
Submitted by /* Rambling comments... */ on Thu, 01/05/2008 - 17:43.Back in October 2007 I sumarised my findings from getting my Win32 DebugAPI based debug engine working on x64. One of the strange things that I found at the time was this: When running a CLR app under the Win32...
What would I do??
Submitted by /* Rambling comments... */ on Tue, 15/04/2008 - 23:24.There's an entry over on the Dr. Dobbs blog about testing and how you make sure that your tests are testing the right thing; effectively, who tests the test. There's a question at the end "What do you do?" and...
Practical Testing: 17 - A whole new approach
Submitted by /* Rambling comments... */ on Wed, 09/04/2008 - 19:54.The comments to my last practical testing entry got me thinking. The commenter who had located the bug in part 15, which was fixed in part 16, suggested a new approach to the problem and I've been investigating it. The...
Practical Testing: 16 - Fixing a timeout bug
Submitted by /* Rambling comments... */ on Fri, 04/04/2008 - 11:28.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...
