Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1EA339DFA for ; Wed, 16 Nov 2011 03:38:20 +0000 (UTC) Received: (qmail 80428 invoked by uid 500); 16 Nov 2011 03:38:19 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 80378 invoked by uid 500); 16 Nov 2011 03:38:16 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 80366 invoked by uid 99); 16 Nov 2011 03:38:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 03:38:15 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dave2wave@comcast.net designates 76.96.62.64 as permitted sender) Received: from [76.96.62.64] (HELO qmta07.westchester.pa.mail.comcast.net) (76.96.62.64) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 03:38:06 +0000 Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76]) by qmta07.westchester.pa.mail.comcast.net with comcast id xfdG1h00j1ei1Bg57fdme9; Wed, 16 Nov 2011 03:37:46 +0000 Received: from [10.134.247.221] ([166.137.138.116]) by omta24.westchester.pa.mail.comcast.net with comcast id xfdY1h00G2Ws1B23kfdc2H; Wed, 16 Nov 2011 03:37:44 +0000 References: In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8L1) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: Cc: "ooo-dev@incubator.apache.org" X-Mailer: iPhone Mail (8L1) From: Dave Fisher Subject: Re: Anybody interested in TestTool? I wrote a Java lib to replace it. Date: Tue, 15 Nov 2011 22:41:01 -0500 To: "ooo-dev@incubator.apache.org" On Nov 15, 2011, at 9:29 PM, Zhe Liu wrote: >=20 >=20 > Hi all, >=20 > Vcl TestTool is used by GUI automated testing for OpenOffice.org, but it > has many drawbacks. Too many errors, difficult to debug, maintain and > execute parallelly. I found many people mentioned this problem. Libreoffic= e > has abondoned the tool. But I think GUI automated testing still is > valuable. It can test the product more like the actual users. > I has been working for long time on automated testing in Symphony project.= > I wrote a Java lib which can connect to the automation (automation module > in source code) server in openoffice process and do GUI automated testing.= > The lib can be integrated with JUnit or other Java testing framework. > Anybody interested in the lib? I can contribute it to community. > Suggestion is welcome. > PS, I am a newbie here. :-) Seems like a good idea. I think JUnit tests could be integrated into the bui= ldbot process. This is being discussed in another thread. See the post by An= drew Rist. Regards, Dave >=20 > Thanks. >=20 > - Liu Zhe