This page is probably more for my benefit than anyone else’s, but it is one I nonetheless want to share. There are many good software testing articles and blogs out there (and many that should probably be avoided), but some articles are just better. They address concepts important to software testing clearly and powerfully. They may not be exactly right (or right for your context at a particular time), but they explore an idea in way that I believe software testers should at least think about.
- Test Design for Automation – by Alan Page – http://angryweasel.com/blog/?p=325
My takeaway from the article: We spend too much time on the how of testing (manual/automated) and not enough on the what to test, meaning, too often, we don’t test the things that are most important because we might be testing the things that are easy. There is a lot more to the argument and it is a great read.