Return-Path: X-Original-To: apmail-continuum-dev-archive@www.apache.org Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30FC9115E0 for ; Tue, 20 May 2014 15:20:03 +0000 (UTC) Received: (qmail 29120 invoked by uid 500); 20 May 2014 15:20:03 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 29062 invoked by uid 500); 20 May 2014 15:20:03 -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 29054 invoked by uid 99); 20 May 2014 15:20:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2014 15:20:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.220.49] (HELO mail-pa0-f49.google.com) (209.85.220.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2014 15:19:58 +0000 Received: by mail-pa0-f49.google.com with SMTP id lj1so412699pab.8 for ; Tue, 20 May 2014 08:19:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=ujCm6ZDX72x55aRpa4wtV9qxFs9csFCIv3aFuyZqWDE=; b=TTVzRbvdgba/lAiyjEd4MPxzCX4fASbQfBLUZCXC567ItAmGttUxMh/O47G5zrfkMk ZwbJLw4qZNl+rNR0DJWja/wsBkSnRwRHJbJamjqxfDHSYOrlxzeJknhN7ruaK1fIAaxl ztLBv96kKU1KgPxB+Dk8uSlvCLLJ6jicis7f3V+MZtRHawjWk6FK1AteSMbnDSBd07ut hLaswDBh1uRnIB9E8aDDfQpr+pY+oSAHeqLiDpQP/rNXtgpPscowbg17zyF5w3G7F+1T P5kt6eICumRE4xPis4IRGsp8alKJG8P4dOPmzVN/Y/Xbfw5rUgqIWQKWIASlt34kndk4 C5Zw== X-Gm-Message-State: ALoCoQkbY5Fg7I+MV6m8QXa5SKkgp0daZejpb3te1z4Qzb0F7ZpGAkN2FKD5ka0BVKAwJb4hNC0E X-Received: by 10.66.189.201 with SMTP id gk9mr51326008pac.25.1400599173780; Tue, 20 May 2014 08:19:33 -0700 (PDT) Received: from [10.0.0.7] (ppp121-44-63-111.lns20.syd6.internode.on.net. [121.44.63.111]) by mx.google.com with ESMTPSA id nf5sm3643094pbc.77.2014.05.20.08.19.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 20 May 2014 08:19:32 -0700 (PDT) Sender: Brett Porter Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Looking for testing on the Struts upgrade From: Brett Porter In-Reply-To: Date: Wed, 21 May 2014 01:19:27 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <5942C279-D8C0-44AD-871C-037142F0A5F9@apache.org> References: <914AF167-B01E-4F31-94D2-5D810E5A764E@apache.org> To: dev@continuum.apache.org X-Mailer: Apple Mail (2.1874) X-Virus-Checked: Checked by ClamAV on apache.org On 21 May 2014, at 12:46 am, Brent Atkinson = wrote: > Brett, >=20 > Thank you. I have cycles to test it. Recommendations on approach for > verifying outside of building and running web tests? I will start > immediately. >=20 The web tests should be ok, in this case the best thing is to play with = it ad-hoc, particularly if you have your own data or typical operations, = to see if there is anything not working not covered by the tests. Also, = check for bad layout, which the web tests won't pick up. - Brett