Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70694EEA1 for ; Thu, 17 Jan 2013 22:07:02 +0000 (UTC) Received: (qmail 7549 invoked by uid 500); 17 Jan 2013 22:07:02 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 7405 invoked by uid 500); 17 Jan 2013 22:07:02 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 7391 invoked by uid 99); 17 Jan 2013 22:07:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 22:07:01 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.149.76] (HELO na3sys009aog106.obsmtp.com) (74.125.149.76) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 22:06:55 +0000 Received: from mail-wg0-f69.google.com ([74.125.82.69]) (using TLSv1) by na3sys009aob106.postini.com ([74.125.148.12]) with SMTP ID DSNKUPh16Y53bDrRatCc+RCuG0685WQbgHAO@postini.com; Thu, 17 Jan 2013 14:06:34 PST Received: by mail-wg0-f69.google.com with SMTP id es5so3255165wgb.4 for ; Thu, 17 Jan 2013 14:06:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-received:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding :x-gm-message-state; bh=RMRUC/+fWN6G0OZvYZ86O+BjDhdpSDeD+9+HyYqG5kg=; b=iSj4rh30ZkwnWQXEJAgXwmFuV3QjJ1ahBKEjxZ0nhb/3Tt1NJ6tics1fgCesOMzatP Q2TT37djzf7FgDRBHNvSRWra9u8b5KsH35N2nax0aq1UO5Q66CSkytOiAPssHC6NbL9s 0rV90JiVKVlEci1UwVmo4HyM/Gh3osyUq0AfhGqVJ2k3m4m4Gdlz6qtgiF8QVLc9vsQW DwdDo4DBDDJaDsUvJXhuEryDm1LOCMUmnQJd4KiDN1Z5E1IS6H04fagoGDqlYvr27qZM SvxNDYkcyADUXuNP93hHtJBl7wXuu8Qt+xufeZxAsDDVR81/OvGazo3ZV/4hu5Wm5siu RQiA== X-Received: by 10.194.23.37 with SMTP id j5mr10852574wjf.28.1358460392346; Thu, 17 Jan 2013 14:06:32 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.23.37 with SMTP id j5mr10852571wjf.28.1358460392276; Thu, 17 Jan 2013 14:06:32 -0800 (PST) Received: by 10.194.168.200 with HTTP; Thu, 17 Jan 2013 14:06:32 -0800 (PST) In-Reply-To: References: <099201cdf02b$36d5e5a0$a481b0e0$@apache.org> <8C261DB050CCFF47A271694F522ECF94E7A8B5@FTLPEX01CL01.citrite.net> <8C261DB050CCFF47A271694F522ECF94E85A14@FTLPEX01CL01.citrite.net> Date: Thu, 17 Jan 2013 17:06:32 -0500 Message-ID: Subject: Re: [DISCUSS] UI automation using Python/Selenium From: Chip Childers To: "cloudstack-dev@incubator.apache.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQl3Zt4R7AbIDboH/tjdin7l0D+6fuUC/TGbBIeW8HXf130z7qqnTqodZzpyqeQP40B36UD2LQ4H1OO6TfXvDxf3NMMPMooOcRveJZkcAUcsCKkpoiKg+R6mW6xeVoyFtry8/fe06WZNQoT0hK/gQCujbmYBpSzGcWjnUAMwtPuMwECNsCI25kdI4iCWT2TWVUkdDYSq X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jan 17, 2013 at 4:57 PM, Edison Su wrote: > Are you using headless browser? For automate UI test, selenium + PhantomJ= S[1] sounds interesting. > [1]: https://github.com/detro/ghostdriver It does! I've had good experience using Selenium + Firefox in headless mode in the past though. >> -----Original Message----- >> From: Parth Jagirdar [mailto:Parth.Jagirdar@citrix.com] >> Sent: Thursday, January 17, 2013 1:37 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: RE: [DISCUSS] UI automation using Python/Selenium >> >> Here is a small document I have put together. >> >> Comments are welcomed. >> >> >> Thanks, >> .. Parth >> >> >> -----Original Message----- >> From: Parth Jagirdar [mailto:Parth.Jagirdar@citrix.com] >> Sent: Friday, January 11, 2013 10:59 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: [DISCUSS] UI automation using Python/Selenium >> >> Sure, >> >> I am looking into setting something up on cwiki. >> >> Will post the link when ready. >> >> ... Parth >> >> On 1/11/13 10:41 AM, "kdamage@apache.org" >> wrote: >> >> >Actually I'm really interested in this. >> > >> >Would you mind sharing your work with me? >> > >> >Thanks >> > >> >-kd >> > >> > >> > >> >>-----Original Message----- >> >>From: Parth Jagirdar [mailto:Parth.Jagirdar@citrix.com] >> >>Sent: Friday, January 11, 2013 10:36 AM >> >>To: cloudstack-dev@incubator.apache.org >> >>Subject: [DISCUSS] UI automation using Python/Selenium >> >> >> >>Hello All, >> >> >> >>I am experimenting with selenium automation for cloudstack and I made >> >>it work and wrote a few scripts to see feasibility. >> >> >> >>This will be a tool for testing through UI and will not be a part of >> >regular >> >>distribution. >> >> >> >> >> >> >> >>Thanks, >> >>=C5=A0Parth >> > >> > > >