On Thu, Jul 29, 2004 at 04:35:01PM -0400, Christopher Aillon wrote:
Mozilla's basic functionality test suite (smoketest) which includes plugins testing is at http://www.mozilla.org/quality/smoketests/index.html
Similiarly OpenOffice has a qadev cvs module which has lots of qa tests, and there is a quicker smoketest 10erTest_680.sxw document which runs through some basic sanity tests. With OOo UNO interface its relative trivial to write tests in e.g. python to automate OOo specific tests like document load/convert comparisons.
C.