Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 45568 invoked from network); 29 May 2007 14:49:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 14:49:38 -0000 Received: (qmail 61615 invoked by uid 500); 29 May 2007 14:49:42 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 61602 invoked by uid 500); 29 May 2007 14:49:42 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 61322 invoked by uid 99); 29 May 2007 14:49:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 07:49:41 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 07:49:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1672A71417E for ; Tue, 29 May 2007 07:49:16 -0700 (PDT) Message-ID: <33530548.1180450156079.JavaMail.jira@brutus> Date: Tue, 29 May 2007 07:49:16 -0700 (PDT) From: "Ivaschenko, Aleksei V (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure In-Reply-To: <28792312.1176119612538.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivaschenko, Aleksei V updated HARMONY-3597: ------------------------------------------- Attachment: struts_test.zip I've updated Struts2 scenario automation scripts according to latest BTI 2.0 requirements. Tested on Windows ia32 and Linux ia32. > [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure > ------------------------------------------------------------------------------------- > > Key: HARMONY-3597 > URL: https://issues.apache.org/jira/browse/HARMONY-3597 > Project: Harmony > Issue Type: Test > Components: build - test - ci > Reporter: Vladimir Molotkov > Priority: Minor > Attachments: struts_test.zip, struts_test.zip > > > I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the > https://issues.apache.org/jira/browse/HARMONY-3501 > The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file. > The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.