Cringley on Microsoft and Linux
brentlaminack writes "Time for this week's dose of I, Cringely. This week the Cringe talks about Ballmer's Orlando comments from this week. He compares Ballmer's comments with Linus's. Nothing new here for the /. group, but a good read for the non-technical."
Cringley's article is a good non-technical explanation of why freely developed and freely distributed open source software can and often does work better than Microsoft's commercially developed and commercially distributed closed source software.
PostgreSQL is quite heavily tested. Their regression test suite is...formidable.
gcc is, if I recall, has a regression test suite which grows by leaps and bounds with every release. Not sure what sort of coverage we're looking at right now.
perl 5.8 also has a large test suite, and 5.10 is looking to be insane in the testing department.
All of the core CPAN modules have at least rudimentary testing, most of them have quite heavy testing.
parrot loves it some testing as well.
OSDL wrote a test suite for the Linux kernel which is pretty hard-core, I've been told. Testing results for development kernels are posted regularly to LKML, I believe.
These are scattered projects (and they are not the only projects out there that test), but they reflect, in my opinion, a growing trend in open source: automated testing.
The reason for this is twofold, IMO.
As a possible argument against what I'm saying, I'll refer to your statement "no real testing of Open Source. No Test Plans, no Test Matrices of test cases"[1].
To that argument I would say: don't get so hung up on names that you miss the point.
[1] - I'm not saying you are making or would make this argument, just trying to think of possible responses and responses to those responses.