Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 97565 invoked from network); 6 May 2007 23:01:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 May 2007 23:01:09 -0000 Received: (qmail 62262 invoked by uid 500); 6 May 2007 23:01:14 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 62247 invoked by uid 500); 6 May 2007 23:01:14 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 62232 invoked by uid 99); 6 May 2007 23:01:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2007 16:01:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [63.246.20.113] (HELO smtp01.opensymphony.com) (63.246.20.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2007 16:01:06 -0700 Received: (qmail 27216 invoked by uid 89); 6 May 2007 23:00:45 -0000 Received: from unknown (HELO opensymphony01.managed.contegix.com) (forum-struts-dev@opensymphony.com@127.0.0.1) by smtp01.opensymphony.com with ESMTPA; 6 May 2007 23:00:45 -0000 Message-ID: <12316114.1178492445704.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> Date: Sun, 06 May 2007 18:00:15 CDT From: Martin Gilday Reply-To: dev@struts.apache.org To: dev@struts.apache.org Subject: Selenium Tests for Showcase Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have started working on some Selenium tests for the Showcase. So far the suite has 3 tests. 1. Checking that the index page loads 2. Checking that a Skill can be added in the CRUD section 3. Checking that a Skill can be edited in the CRUD section A few changes to the POM have also been made to make it function. I have created a JIRA issue https://issues.apache.org/struts/browse/WW-1912 with a patch of the work done so far. With it applied you should be able to run mvn -Pselenium clean jetty:run-exploded and visit http://127.0.0.1:8080/struts2-showcase/selenium/core/TestRunner.html to run the suite. Before I carry on and write any more tests I am interested in first getting some feedback. Are Selenium tests for the Showcase going the useful? What sort of tests would be most beneficial? Has anyone suggestions on how the integration tests are built into the build process? Is it worth attempting to cover the other sample applications? Thanks for any comments, Martin. --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=81948&messageID=147578#147578 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org