RE: Review Request: Scripts for Selenium UI automation.

2013-02-21 Thread Parth Jagirdar
; Kelcey Jamison-Damage; John Kinsella Cc: David Nalley; Parth Jagirdar; cloudstack Subject: Re: Review Request: Scripts for Selenium UI automation. This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9336/ Ship it! Parth: I've committed this to m

Re: Review Request: Scripts for Selenium UI automation.

2013-02-21 Thread David Nalley
ommit 8134885e2dcd4e825d4e187540e3b13c114b359a Author: Parth Jagirdar Date: Tue Feb 19 14:40:13 2013 -0800 CLOUDSTACK-1180: UI test automation using selenium Description: Adding selenium test scripts. My one additional comment is that I don't understand the preference for Ac

[jira] [Commented] (CLOUDSTACK-1180) Selenium Automation through UI

2013-02-21 Thread ASF subversion and git services (JIRA)
1180: - Commit 8134885e2dcd4e825d4e187540e3b13c114b359a in branch refs/heads/master from [~parth] [ https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;h=8134885 ] CLOUDSTACK-1180: UI test automation using selenium Description: Adding selenium test scr

RE: Review Request: Scripts for Selenium UI automation.

2013-02-20 Thread Parth Jagirdar
Subject: Re: Review Request: Scripts for Selenium UI automation. This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9336/ Parth: So diff version 2 looks like a diff that's assuming v1 is already applied. Can you update this so that it's a si

Re: Review Request: Scripts for Selenium UI automation.

2013-02-19 Thread Parth Jagirdar
mpute offering. Logout Test user. Login Admin user. Delete Test user Account. And tear down the Browser instance. # End of Tests Thanks, ...Parth This addresses bug CLOUDSTACK-1180. Diffs (updated) - test/selenium/ReadMe.txt PRE-CREATION test/selenium/lib/Global_Locators.py PRE-CREATION

Re: Review Request: Scripts for Selenium UI automation.

2013-02-19 Thread Parth Jagirdar
Account. And tear down the Browser instance. # End of Tests Thanks, ...Parth This addresses bug CLOUDSTACK-1180. Diffs (updated) - test/selenium/ReadMe.txt PRE-CREATION test/selenium/lib/Global_Locators.py PRE-CREATION test/selenium/lib/__init__.py PRE-CREATION test/selenium

Re: Review Request: Scripts for Selenium UI automation.

2013-02-15 Thread David Nalley
tear down the Browser instance. > > # End of Tests > > Thanks, > ...Parth > > > This addresses bug CLOUDSTACK-1180. > > > Diffs > - > > test/selenium/lib/Global_Locators.py PRE-CREATION > test/selenium/lib/initialize.py PRE-CREATION &

RE: Review Request: Scripts for Selenium UI automation.

2013-02-15 Thread kelcey Damage
haturvedi; Kelcey Jamison-Damage; John Kinsella >Subject: RE: Review Request: Scripts for Selenium UI automation. > > >What is the purpose behind the Selenium and Python UI automation? > >-- To Increase Test Coverage; Thorough UI. To increate stability of UI and >product as a wh

RE: Review Request: Scripts for Selenium UI automation.

2013-02-15 Thread kelcey Damage
insella >Subject: RE: Review Request: Scripts for Selenium UI automation. > > >What is the purpose behind the Selenium and Python UI automation? > >-- To Increase Test Coverage; Thorough UI. To increate stability of UI and >product as a whole. > >Could you give me some more

RE: Review Request: Scripts for Selenium UI automation.

2013-02-15 Thread Parth Jagirdar
ubject: RE: Review Request: Scripts for Selenium UI automation. Shouldn't all the @author line be removed? That's the first thing I noticed in the diffs >-Original Message- >From: Parth Jagirdar [mailto:parth.jagir...@citrix.com] >Sent: Friday, February 15, 201

Re: Review Request: Scripts for Selenium UI automation.

2013-02-15 Thread Parth Jagirdar
. And tear down the Browser instance. # End of Tests Thanks, ...Parth This addresses bug CLOUDSTACK-1180. Diffs (updated) - test/selenium/lib/Global_Locators.py PRE-CREATION test/selenium/lib/initialize.py PRE-CREATION test/selenium/smoke/Login_and_Accounts.py PRE-CREATION test

RE: Review Request: Scripts for Selenium UI automation.

2013-02-15 Thread Parth Jagirdar
What is the purpose behind the Selenium and Python UI automation? -- To Increase Test Coverage; Thorough UI. To increate stability of UI and product as a whole. Could you give me some more background, or perhaps so links with details as to the scope and purpose? -- We would like to run basic

Re: Review Request: Scripts for Selenium UI automation.

2013-02-15 Thread Kelceydamage@bbits
I'm really behind on what's going on here. What is the purpose behind the Selenium and Python UI automation? This seems similar to the .net/IronPython work I was doing and the various Python API Wrappers. Could you give me some more background, or perhaps so links with details as to

Re: Review Request: Scripts for Selenium UI automation.

2013-02-15 Thread Parth Jagirdar
, ...Parth This addresses bug CLOUDSTACK-1180. Diffs - test/selenium/ReadMe.txt PRE-CREATION test/selenium/lib/Global_Locators.py PRE-CREATION test/selenium/lib/__init__.py PRE-CREATION test/selenium/lib/initialize.py PRE-CREATION test/selenium/smoke/Login_and_Accounts.py PRE

RE: Review Request: Scripts for Selenium UI automation.

2013-02-15 Thread Parth Jagirdar
John & Kelcey, I have uploaded basic description for what scripts do. https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+using+Selenium+and+Python Please review and let me know if any compliance issues. I can fix and resubmit the scripts. Thanks, .. Parth -Orig

[jira] [Comment Edited] (CLOUDSTACK-1180) Selenium Automation through UI

2013-02-15 Thread Parth Jagirdar (JIRA)
8 PM: - John. I have uploaded some basic doc and script info. https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+using+Selenium+and+Python?focusedCommentId=30753886&#comment-30753886 Let me know what else is needed. ...Parth was

[jira] [Commented] (CLOUDSTACK-1180) Selenium Automation through UI

2013-02-15 Thread Parth Jagirdar (JIRA)
some basic doc and Path info. https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+using+Selenium+and+Python?focusedCommentId=30753886&#comment-30753886 Let me know what else is needed. ...Parth > Selenium Automation

RE: [DISCUSS] UI automation using Python/Selenium

2013-02-14 Thread Pranav Saxena
apache.org Subject: RE: [DISCUSS] UI automation using Python/Selenium Hi Chip, For following:: [CHIP] In your design doc, you mention that Main.py will be the executable file. Either it needs to support flags to trigger different suites, or it can simply be exploded into multiple "main&qu

RE: [DISCUSS] UI automation using Python/Selenium

2013-02-14 Thread Parth Jagirdar
day, February 13, 2013 11:44 AM To: cloudstack-dev@incubator.apache.org; Parth Jagirdar Subject: Re: [DISCUSS] UI automation using Python/Selenium On Thu, Jan 17, 2013 at 10:09:06PM +, Parth Jagirdar wrote: > Here is cwiki link... > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Au

RE: [DISCUSS] UI automation using Python/Selenium

2013-02-14 Thread Parth Jagirdar
This sounds like a great idea. We can also Ensure that Selenium and existing Marvin are not overlapping efforts. Thanks, .. Parth -Original Message- From: prasanna [mailto:srivatsav.prasa...@gmail.com] On Behalf Of Prasanna Santhanam Sent: Thursday, February 14, 2013 7:16 AM To

Re: [DISCUSS] UI automation using Python/Selenium

2013-02-14 Thread Prasanna Santhanam
; > > Here is cwiki link... > > > > > > > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+using+Selenium+and+Python > > > > > > Following up on this... > > > > > > First, I love this initiative and want to h

Re: [DISCUSS] UI automation using Python/Selenium

2013-02-14 Thread Chip Childers
he.org/confluence/display/CLOUDSTACK/UI+Automation+using+Selenium+and+Python > > > > Following up on this... > > > > First, I love this initiative and want to help. Since you don't have > > commit rights, do you want to push to a github repo where others c

Re: [DISCUSS] UI automation using Python/Selenium

2013-02-14 Thread Prasanna Santhanam
On Wed, Feb 13, 2013 at 02:44:24PM -0500, Chip Childers wrote: > On Thu, Jan 17, 2013 at 10:09:06PM +, Parth Jagirdar wrote: > > Here is cwiki link... > > > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+using+Selenium+and+Python > > Followi

RE: Review Request: Scripts for Selenium UI automation.

2013-02-13 Thread Animesh Chaturvedi
Jagirdar > Subject: Re: Review Request: Scripts for Selenium UI automation. > > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9336/ >

Re: [DISCUSS] UI automation using Python/Selenium

2013-02-13 Thread Chip Childers
On Thu, Jan 17, 2013 at 10:09:06PM +, Parth Jagirdar wrote: > Here is cwiki link... > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+using+Selenium+and+Python Following up on this... First, I love this initiative and want to help. Since you don't have

[jira] [Updated] (CLOUDSTACK-1180) Selenium Automation through UI

2013-02-07 Thread Parth Jagirdar (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Jagirdar updated CLOUDSTACK-1180: --- Description: Developing scripts for UI automation thorugh Selenium. Goal is to

[jira] [Commented] (CLOUDSTACK-1180) Selenium Automation through UI

2013-02-07 Thread John Kinsella (JIRA)
ASF wiki. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home > Selenium Automation through UI > -- > > Key: CLOUDSTACK-1180 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1180 >

[jira] [Updated] (CLOUDSTACK-1180) Selenium Automation through UI

2013-02-06 Thread Parth Jagirdar (JIRA)
. > Selenium Automation through UI > -- > > Key: CLOUDSTACK-1180 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1180 > Project: CloudStack > Issue Type: Task > Security

[jira] [Updated] (CLOUDSTACK-1180) Selenium Automation through UI

2013-02-06 Thread Parth Jagirdar (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Jagirdar updated CLOUDSTACK-1180: --- Issue Type: New Feature (was: Bug) > Selenium Automation through

Re: Review Request: Scripts for Selenium UI automation.

2013-02-06 Thread Parth Jagirdar
addresses bug CLOUDSTACK-1180. Diffs - test/selenium/ReadMe.txt PRE-CREATION test/selenium/lib/Global_Locators.py PRE-CREATION test/selenium/lib/__init__.py PRE-CREATION test/selenium/lib/initialize.py PRE-CREATION test/selenium/smoke/Login_and_Accounts.py PRE-CREATION test

Re: Review Request: Scripts for Selenium UI automation.

2013-02-06 Thread Parth Jagirdar
addresses bug CLOUDSTACK-1180. Diffs - test/selenium/ReadMe.txt PRE-CREATION test/selenium/lib/Global_Locators.py PRE-CREATION test/selenium/lib/__init__.py PRE-CREATION test/selenium/lib/initialize.py PRE-CREATION test/selenium/smoke/Login_and_Accounts.py PRE-CREATION test

Re: Review Request: Scripts for Selenium UI automation.

2013-02-06 Thread Parth Jagirdar
addresses bug CLOUDSTACK-1180. Diffs - test/selenium/ReadMe.txt PRE-CREATION test/selenium/lib/Global_Locators.py PRE-CREATION test/selenium/lib/__init__.py PRE-CREATION test/selenium/lib/initialize.py PRE-CREATION test/selenium/smoke/Login_and_Accounts.py PRE-CREATION test

Re: Review Request: Scripts for Selenium UI automation.

2013-02-06 Thread Parth Jagirdar
addresses bug CLOUDSTACK-1180. Diffs - test/selenium/ReadMe.txt PRE-CREATION test/selenium/lib/Global_Locators.py PRE-CREATION test/selenium/lib/__init__.py PRE-CREATION test/selenium/lib/initialize.py PRE-CREATION test/selenium/smoke/Login_and_Accounts.py PRE-CREATION test

Review Request: Scripts for Selenium UI automation.

2013-02-06 Thread Parth Jagirdar
- test/selenium/ReadMe.txt PRE-CREATION test/selenium/lib/Global_Locators.py PRE-CREATION test/selenium/lib/__init__.py PRE-CREATION test/selenium/lib/initialize.py PRE-CREATION test/selenium/smoke/Login_and_Accounts.py PRE-CREATION test/selenium/smoke/Service_Offering.py PRE

[jira] [Created] (CLOUDSTACK-1180) Selenium Automation through UI

2013-02-06 Thread Parth Jagirdar (JIRA)
Parth Jagirdar created CLOUDSTACK-1180: -- Summary: Selenium Automation through UI Key: CLOUDSTACK-1180 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1180 Project: CloudStack

RE: [DISCUSS] UI automation using Python/Selenium

2013-01-17 Thread Edison Su
gt; Subject: RE: [DISCUSS] UI automation using Python/Selenium > > Haven't tried headless mode. > > Thanks, > .. Parth > > > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Thursday, January 17, 2013 2:07 PM >

RE: [DISCUSS] UI automation using Python/Selenium

2013-01-17 Thread Parth Jagirdar
Haven't tried headless mode. Thanks, .. Parth -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Thursday, January 17, 2013 2:07 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [DISCUSS] UI automation using Python/Selenium On Thu, Jan 17, 2013

RE: [DISCUSS] UI automation using Python/Selenium

2013-01-17 Thread Parth Jagirdar
Here is cwiki link... https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+using+Selenium+and+Python Thanks, .. Parth -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Thursday, January 17, 2013 2:07 PM To: cloudstack-dev

Re: [DISCUSS] UI automation using Python/Selenium

2013-01-17 Thread Chip Childers
On Thu, Jan 17, 2013 at 4:57 PM, Edison Su wrote: > Are you using headless browser? For automate UI test, selenium + PhantomJS[1] > sounds interesting. > [1]: https://github.com/detro/ghostdriver It does! I've had good experience using Selenium + Firefox in headless mode in t

RE: [DISCUSS] UI automation using Python/Selenium

2013-01-17 Thread Edison Su
Are you using headless browser? For automate UI test, selenium + PhantomJS[1] sounds interesting. [1]: https://github.com/detro/ghostdriver > -Original Message- > From: Parth Jagirdar [mailto:parth.jagir...@citrix.com] > Sent: Thursday, January 17, 2013 1:37 PM > To: cl

RE: [DISCUSS] UI automation using Python/Selenium

2013-01-17 Thread Sudha Ponnaganti
Can you post cwiki link? Attachments would get stripped off. -Original Message- From: Parth Jagirdar [mailto:parth.jagir...@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

RE: [DISCUSS] UI automation using Python/Selenium

2013-01-17 Thread Parth Jagirdar
Attached. Thanks, .. Parth -Original Message- From: Parth Jagirdar [mailto:parth.jagir...@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

RE: [DISCUSS] UI automation using Python/Selenium

2013-01-17 Thread Parth Jagirdar
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, "kdam...@apache.org" wrote: >Actually I'm really interested in this. > >Would you mind sharing your work with me? > >Thanks

Re: [DISCUSS] UI automation using Python/Selenium

2013-01-11 Thread Parth Jagirdar
> > >>-Original Message- >>From: Parth Jagirdar [mailto:parth.jagir...@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, &

RE: [DISCUSS] UI automation using Python/Selenium

2013-01-11 Thread kdamage
ubject: [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, >ŠParth

[DISCUSS] UI automation using Python/Selenium

2013-01-11 Thread Parth Jagirdar
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, ŠParth

RE: UI automation using Python/Selenium

2013-01-11 Thread Sudha Ponnaganti
+1 for adding selenium automation and this would enable a few other QA engineers to contribute to automation. -Original Message- From: John Kinsella [mailto:j...@stratosec.co] Sent: Thursday, January 10, 2013 3:26 PM To: cloudstack-dev@incubator.apache.org Subject: Re: UI automation

Re: UI automation using Python/Selenium

2013-01-10 Thread John Kinsella
splay/CLOUDSTACK/Adding+new+features+and+design+documents John On Jan 10, 2013, at 2:31 PM, Parth Jagirdar wrote: > Hello All, > > I am experimenting with selenium automation for cloudstack and I made it work > and wrote a few scripts to see feasibility. > Would like to setup pro

UI automation using Python/Selenium

2013-01-10 Thread Parth Jagirdar
Hello All, I am experimenting with selenium automation for cloudstack and I made it work and wrote a few scripts to see feasibility. Would like to setup project in asf repo for this automation and start working on it. Can you please provide me guidance on how to proceed. Thanks, …Parth

Re: selenium

2012-08-09 Thread Brett Porter
On 09/08/2012, at 10:45 PM, David Nalley wrote: > Hi folks, > > I originally thought that Selenium was just added as a convenience for > future testing plans > (tools/tooljars/cloud-selenium-java-client-driver.jar) but it seems it > is actually a dependency for the compile

selenium

2012-08-09 Thread David Nalley
Hi folks, I originally thought that Selenium was just added as a convenience for future testing plans (tools/tooljars/cloud-selenium-java-client-driver.jar) but it seems it is actually a dependency for the compile-testclient target. Then I thought it shouldn't be a problem to move this an