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 5AB00E322 for ; Fri, 11 Jan 2013 18:36:33 +0000 (UTC) Received: (qmail 92722 invoked by uid 500); 11 Jan 2013 18:36:32 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 92694 invoked by uid 500); 11 Jan 2013 18:36:32 -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 92685 invoked by uid 99); 11 Jan 2013 18:36:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2013 18:36:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Parth.Jagirdar@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2013 18:36:25 +0000 X-IronPort-AV: E=Sophos;i="4.84,453,1355097600"; d="scan'208";a="3302613" Received: from unknown (HELO FTLPEX01CL03.citrite.net) ([10.13.107.80]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/AES128-SHA; 11 Jan 2013 18:36:04 +0000 Received: from FTLPEX01CL01.citrite.net ([169.254.4.172]) by FTLPEX01CL03.citrite.net ([169.254.1.59]) with mapi id 14.02.0318.001; Fri, 11 Jan 2013 13:36:04 -0500 From: Parth Jagirdar To: "cloudstack-dev@incubator.apache.org" Subject: [DISCUSS] UI automation using Python/Selenium Thread-Topic: [DISCUSS] UI automation using Python/Selenium Thread-Index: AQHN74IqYmK4+yi8MkWnCn7gP8bCtJhDiHsAgAC7OwA= Date: Fri, 11 Jan 2013 18:36:03 +0000 Message-ID: <8C261DB050CCFF47A271694F522ECF94E7A682@FTLPEX01CL01.citrite.net> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.9.154.239] Content-Type: text/plain; charset="Windows-1252" Content-ID: <6A4669C500F0CC4EB50EC54BB9F82078@citrix.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org 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, =8AParth