Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 71264 invoked from network); 2 Apr 2009 01:21:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Apr 2009 01:21:24 -0000 Received: (qmail 66848 invoked by uid 500); 2 Apr 2009 01:21:24 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 66755 invoked by uid 500); 2 Apr 2009 01:21:24 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 66745 invoked by uid 99); 2 Apr 2009 01:21:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 01:21:24 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [61.9.189.152] (HELO nschwmtas06p.mx.bigpond.com) (61.9.189.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2009 01:21:15 +0000 Received: from nschwotgx02p.mx.bigpond.com ([121.216.47.12]) by nschwmtas06p.mx.bigpond.com with ESMTP id <20090402012052.VOSU3101.nschwmtas06p.mx.bigpond.com@nschwotgx02p.mx.bigpond.com> for ; Thu, 2 Apr 2009 01:20:52 +0000 Received: from [10.0.0.1] (really [121.216.47.12]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20090402012051.JRVT14063.nschwotgx02p.mx.bigpond.com@[10.0.0.1]> for ; Thu, 2 Apr 2009 01:20:51 +0000 Message-Id: <02B16930-B4D1-4BB9-9691-F02EADF70DAF@apache.org> From: Brett Porter To: dev@continuum.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Reviving the automated Selenium tests Date: Thu, 2 Apr 2009 12:20:48 +1100 References: <1E413380C32D2146A6048413F2EF174A16DE51@GMVMAIL1.gmv.es> <49B0BF1E.4080607@exist.com> X-Mailer: Apple Mail (2.930.3) X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150204.49D412F4.0099,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org On 02/04/2009, at 12:10 PM, Wendy Smoak wrote: > Just an update on this, the continuum-webapp-test module now has two > poms: > > "mvn clean install" runs the tests with JUnit and Selenium (with the > default pom.xml) > > "mvn clean install -f testng-pom.xml" runs tests with TestNG and > Selenium. > Is there overlap on these tests, or are they each testing different things? If it's the latter, you could run the junit tests using testng and have it all in one call. > We also have some Selenium IDE tests in html format in src/test/ > selenium-ide. > > Emmanuel, you once mentioned converting the Selenium IDE tests to Java > at build time and running them. Is that something you've done before > or can you point to info on how to do it? I think that would be > interesting to try. From what I've seen, doing this is likely to get you one big pass/ fail of whether the suite can run in the given order from scratch (ie you'd need to set it up in a clean env.) and makes it harder to fix one test that might start failing at some point. Also, the default Java from Selenium IDE tends to need a little tweaking. - Brett