Mark’s Site

Pensieve for coding and golf :-)

Archives for the ‘2.4. Testing’ Category

CSV Data Generator

By admin • Jun 4th, 2008 • Category: 2.4. Testing

I’m in the process of creating a csv import application for employee data among other things, so I needed good quality test data. Instead of writing a few lines of test data myself, I thought I’d check if any free applications existed to do the work for me. I’m into free applications that I don’t [...]



The Art of Debugging

By admin • Apr 11th, 2008 • Category: 2.4. Testing

So you know what errors generally mean, but what happens when the error message really doesn’t help you find the source of the error? This article will help you to learn the basics of debugging.



All About Testing

By admin • Apr 11th, 2008 • Category: 2.4. Testing

After my last few years of programming, one thing I’ve learned that separates the good programmers from the bad is testing.