Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 93994 invoked from network); 10 Nov 2009 08:48:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Nov 2009 08:48:44 -0000 Received: (qmail 3708 invoked by uid 500); 10 Nov 2009 08:48:44 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 3656 invoked by uid 500); 10 Nov 2009 08:48:44 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 3646 invoked by uid 99); 10 Nov 2009 08:48:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 08:48:44 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vdichev@gmail.com designates 209.85.218.210 as permitted sender) Received: from [209.85.218.210] (HELO mail-bw0-f210.google.com) (209.85.218.210) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 08:48:42 +0000 Received: by bwz2 with SMTP id 2so6170621bwz.20 for ; Tue, 10 Nov 2009 00:48:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=ftjGB3UIbDnQx3M9OgrBLRiqzR+3xXOfYm4F+7JwgOc=; b=N3ZKH6aP0O9nQl/d5hetqgfVawqFEOZXV6NFqAlooSWrrId8MR04hT7vxda/qA3hLH xyzsXrLkcKq08Vz/elERN9C6sY1E2z7Q7+1MWxEUm2RNvni+/x/4Fag7GcS8Qvk2AhOI DshsIik+jM0GwZnyXrJQTbzQGWJKN9OFxwZhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=i2kIdUWo/82Dt9yafEfmHWuUmiah/YS+HENDKMSvbXSf/+y2kR5D7FUsdlgIZ2nHkm cVv9v0dvZZkhCq4OAKnfTcKmZPdT+r5aO+uQLb4fBn5Cw2TrOgemmyJz04xQm4p0y3C9 IYNdlNVGRgnt31f7y7omcI8BpZtWxZCgc+k1w= MIME-Version: 1.0 Sender: vdichev@gmail.com Received: by 10.204.42.12 with SMTP id q12mr1561330bke.61.1257842900536; Tue, 10 Nov 2009 00:48:20 -0800 (PST) In-Reply-To: References: <771905290911100023o4bdcd84p357e62782accce57@mail.gmail.com> Date: Tue, 10 Nov 2009 10:48:20 +0200 X-Google-Sender-Auth: b260e886f3ada855 Message-ID: Subject: Re: Test Cases From: Vassil Dichev To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > Selenium looks good. > > The maven plug-in is here: http://mojo.codehaus.org/selenium-maven-plugin= / > >>I believe that Comet based applications are very hard to test properly wi= thout running a real browser. > > I agree. At this point, I'm more interested to get tests that deal > with basic UI functionality (create message, create action, etc.) to > make sure things don't break after code changes. =A0I also don't know if > our tabs will mess up the tests. I'll check it out They shouldn't if the tests are written properly, i.e. using the ids of the elements.