You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Parth Jagirdar <Pa...@citrix.com> on 2013/02/06 22:04:14 UTC

Review Request: Scripts for Selenium UI automation.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/
-----------------------------------------------------------

Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.


Description
-------

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)


Login Admin user to UI.
Create an Account name Test.
Logout Admin user.
Login Test user.

Add a new Disk Offering.
Edit this Disk offering.
Delete this Disk offering.

Add a new Compute Offering.
Edit this Compute offering.
Delete this Compute 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
-----

  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-CREATION 
  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
  test/selenium/smoke/main.py PRE-CREATION 

Diff: https://reviews.apache.org/r/9336/diff/


Testing
-------

Tested with network refactor branch.


Thanks,

Parth Jagirdar


Re: failed to delete storage pool error

Posted by Jason Pavao <ja...@oracle.com>.
Thanks for the reply Marcus,
I deleted everything that had any reference to the storage and still 
can't delete the primary storage. In addition I can't delete the 
cluster/host even though I thoroughly examined everything.

I left the cluster over the weekend (even though my cleanup schedule is 
every 4 hours, and still I can't delete these disks/clusters/hosts.

HELP!

Is there a easy way to cleanup the database to remove these objects? Any 
sql examples would be lovely.

Thanks again for all the support.
-jason

On 2/22/2013 5:11 PM, Marcus Sorensen wrote:
> Are all volumes related to it expunged? Sometimes there are system vms
> that have volumes on a primary storage, and it's not obvious.
>
> On Fri, Feb 22, 2013 at 6:09 PM, Jason Pavao<ja...@oracle.com>  wrote:
>> Hey Guys,
>> Quick question- I keep on getting errors via the ui when I attempt to delete
>> primary storage. I've disabled the cluster and the host, so not sure where
>> else to work. I get the same error when I try to do so via api.
>>
>> Any help would be appreciated!
>> Thanks.
>> -jason

-- 
Thanks.
-Jason


Re: failed to delete storage pool error

Posted by Marcus Sorensen <sh...@gmail.com>.
Are all volumes related to it expunged? Sometimes there are system vms
that have volumes on a primary storage, and it's not obvious.

On Fri, Feb 22, 2013 at 6:09 PM, Jason Pavao <ja...@oracle.com> wrote:
> Hey Guys,
> Quick question- I keep on getting errors via the ui when I attempt to delete
> primary storage. I've disabled the cluster and the host, so not sure where
> else to work. I get the same error when I try to do so via api.
>
> Any help would be appreciated!
> Thanks.
> -jason

failed to delete storage pool error

Posted by Jason Pavao <ja...@oracle.com>.
Hey Guys,
Quick question- I keep on getting errors via the ui when I attempt to 
delete primary storage. I've disabled the cluster and the host, so not 
sure where else to work. I get the same error when I try to do so via api.

Any help would be appreciated!
Thanks.
-jason

RE: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
David,

I have uploaded as per your suggestions.


Thanks,
.. Parth

From: David Nalley [mailto:noreply@reviews.apache.org] On Behalf Of David Nalley
Sent: Friday, February 15, 2013 7:01 PM
To: Prasanna Santhanam; 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/




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 single patch that can be applied?



--David


- David


On February 15th, 2013, 11:43 p.m., Parth Jagirdar wrote:
Review request for cloudstack, John Kinsella, Prasanna Santhanam, and Kelcey Jamison-Damage.
By Parth Jagirdar.

Updated Feb. 15, 2013, 11:43 p.m.

Description

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)





Login Admin user to UI.

Create an Account name Test.

Logout Admin user.

Login Test user.



Add a new Disk Offering.

Edit this Disk offering.

Delete this Disk offering.



Add a new Compute Offering.

Edit this Compute offering.

Delete this Compute offering.



Logout Test user.

Login Admin user.

Delete Test user Account. And tear down the Browser instance.



# End of Tests



Thanks,

...Parth


Testing

Tested with network refactor branch.

Bugs: CLOUDSTACK-1180
Diffs

  *   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/selenium/smoke/Service_Offering.py (PRE-CREATION)
  *   test/selenium/smoke/TemplatesAndISO.py (PRE-CREATION)
  *   test/selenium/smoke/VM_lifeCycle.py (PRE-CREATION)
  *   test/selenium/smoke/main.py (PRE-CREATION)

View Diff<https://reviews.apache.org/r/9336/diff/>



Re: Review Request: Scripts for Selenium UI automation.

Posted by David Nalley <da...@gnsa.us>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/#review16677
-----------------------------------------------------------


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 single patch that can be applied? 

--David

- David Nalley


On Feb. 15, 2013, 11:43 p.m., Parth Jagirdar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/9336/
> -----------------------------------------------------------
> 
> (Updated Feb. 15, 2013, 11:43 p.m.)
> 
> 
> Review request for cloudstack, John Kinsella, Prasanna Santhanam, and Kelcey Jamison-Damage.
> 
> 
> Description
> -------
> 
> These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)
> 
> 
> Login Admin user to UI.
> Create an Account name Test.
> Logout Admin user.
> Login Test user.
> 
> Add a new Disk Offering.
> Edit this Disk offering.
> Delete this Disk offering.
> 
> Add a new Compute Offering.
> Edit this Compute offering.
> Delete this Compute 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
> -----
> 
>   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/selenium/smoke/Service_Offering.py PRE-CREATION 
>   test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
>   test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
>   test/selenium/smoke/main.py PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/9336/diff/
> 
> 
> Testing
> -------
> 
> Tested with network refactor branch.
> 
> 
> Thanks,
> 
> Parth Jagirdar
> 
>


RE: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
Thanks David,

No real reason for using ActivePython and Its shouldn’t matter which Flavor you use.

I will update ReadMe in v2.

Thanks,
.. Parth

From: David Nalley [mailto:noreply@reviews.apache.org] On Behalf Of David Nalley
Sent: Thursday, February 21, 2013 9:06 AM
To: Prasanna Santhanam; 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 master.





commit 8134885e2dcd4e825d4e187540e3b13c114b359a

Author: Parth Jagirdar <pa...@citrix.com>>

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 ActivePython. IS there something that vanilla Python 2.7 doesn't do for this test suite?




- David


On February 19th, 2013, 10:47 p.m., Parth Jagirdar wrote:
Review request for cloudstack, John Kinsella, Prasanna Santhanam, and Kelcey Jamison-Damage.
By Parth Jagirdar.

Updated Feb. 19, 2013, 10:47 p.m.

Description

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)





Login Admin user to UI.

Create an Account name Test.

Logout Admin user.

Login Test user.



Add a new Disk Offering.

Edit this Disk offering.

Delete this Disk offering.



Add a new Compute Offering.

Edit this Compute offering.

Delete this Compute offering.



Logout Test user.

Login Admin user.

Delete Test user Account. And tear down the Browser instance.



# End of Tests



Thanks,

...Parth


Testing

Tested with network refactor branch.

Bugs: CLOUDSTACK-1180
Diffs

  *   test/selenium/ReadMe.txt (PRE-CREATION)
  *   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/selenium/smoke/Service_Offering.py (PRE-CREATION)
  *   test/selenium/smoke/TemplatesAndISO.py (PRE-CREATION)
  *   test/selenium/smoke/VM_lifeCycle.py (PRE-CREATION)
  *   test/selenium/smoke/main.py (PRE-CREATION)

View Diff<https://reviews.apache.org/r/9336/diff/>



Re: Review Request: Scripts for Selenium UI automation.

Posted by David Nalley <da...@gnsa.us>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/#review16865
-----------------------------------------------------------

Ship it!


Parth: 

I've committed this to master. 


commit 8134885e2dcd4e825d4e187540e3b13c114b359a
Author: Parth Jagirdar <pa...@citrix.com>
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 ActivePython. IS there something that vanilla Python 2.7 doesn't do for this test suite? 



- David Nalley


On Feb. 19, 2013, 10:47 p.m., Parth Jagirdar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/9336/
> -----------------------------------------------------------
> 
> (Updated Feb. 19, 2013, 10:47 p.m.)
> 
> 
> Review request for cloudstack, John Kinsella, Prasanna Santhanam, and Kelcey Jamison-Damage.
> 
> 
> Description
> -------
> 
> These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)
> 
> 
> Login Admin user to UI.
> Create an Account name Test.
> Logout Admin user.
> Login Test user.
> 
> Add a new Disk Offering.
> Edit this Disk offering.
> Delete this Disk offering.
> 
> Add a new Compute Offering.
> Edit this Compute offering.
> Delete this Compute 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
> -----
> 
>   test/selenium/ReadMe.txt PRE-CREATION 
>   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/selenium/smoke/Service_Offering.py PRE-CREATION 
>   test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
>   test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
>   test/selenium/smoke/main.py PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/9336/diff/
> 
> 
> Testing
> -------
> 
> Tested with network refactor branch.
> 
> 
> Thanks,
> 
> Parth Jagirdar
> 
>


Re: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/
-----------------------------------------------------------

(Updated Feb. 19, 2013, 10:47 p.m.)


Review request for cloudstack, John Kinsella, Prasanna Santhanam, and Kelcey Jamison-Damage.


Changes
-------

Previous merged diff still contained author - reuploading merged diff that doesn't contain @author tags.


Description
-------

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)


Login Admin user to UI.
Create an Account name Test.
Logout Admin user.
Login Test user.

Add a new Disk Offering.
Edit this Disk offering.
Delete this Disk offering.

Add a new Compute Offering.
Edit this Compute offering.
Delete this Compute 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 
  test/selenium/lib/initialize.py PRE-CREATION 
  test/selenium/smoke/Login_and_Accounts.py PRE-CREATION 
  test/selenium/smoke/Service_Offering.py PRE-CREATION 
  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
  test/selenium/smoke/main.py PRE-CREATION 

Diff: https://reviews.apache.org/r/9336/diff/


Testing
-------

Tested with network refactor branch.


Thanks,

Parth Jagirdar


Re: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/
-----------------------------------------------------------

(Updated Feb. 19, 2013, 9:37 p.m.)


Review request for cloudstack, John Kinsella, Prasanna Santhanam, and Kelcey Jamison-Damage.


Changes
-------

Merging previous two diffs are requested by David.


Description
-------

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)


Login Admin user to UI.
Create an Account name Test.
Logout Admin user.
Login Test user.

Add a new Disk Offering.
Edit this Disk offering.
Delete this Disk offering.

Add a new Compute Offering.
Edit this Compute offering.
Delete this Compute 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 
  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-CREATION 
  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
  test/selenium/smoke/main.py PRE-CREATION 

Diff: https://reviews.apache.org/r/9336/diff/


Testing
-------

Tested with network refactor branch.


Thanks,

Parth Jagirdar


Re: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/
-----------------------------------------------------------

(Updated Feb. 15, 2013, 11:43 p.m.)


Review request for cloudstack, John Kinsella, Prasanna Santhanam, and Kelcey Jamison-Damage.


Changes
-------

@Author removed as per review comments.


Description
-------

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)


Login Admin user to UI.
Create an Account name Test.
Logout Admin user.
Login Test user.

Add a new Disk Offering.
Edit this Disk offering.
Delete this Disk offering.

Add a new Compute Offering.
Edit this Compute offering.
Delete this Compute 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/lib/Global_Locators.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-CREATION 
  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
  test/selenium/smoke/main.py PRE-CREATION 

Diff: https://reviews.apache.org/r/9336/diff/


Testing
-------

Tested with network refactor branch.


Thanks,

Parth Jagirdar


Re: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/
-----------------------------------------------------------

(Updated Feb. 15, 2013, 7:30 p.m.)


Review request for cloudstack, John Kinsella, Prasanna Santhanam, and Kelcey Jamison-Damage.


Description
-------

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)


Login Admin user to UI.
Create an Account name Test.
Logout Admin user.
Login Test user.

Add a new Disk Offering.
Edit this Disk offering.
Delete this Disk offering.

Add a new Compute Offering.
Edit this Compute offering.
Delete this Compute 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
-----

  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-CREATION 
  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
  test/selenium/smoke/main.py PRE-CREATION 

Diff: https://reviews.apache.org/r/9336/diff/


Testing
-------

Tested with network refactor branch.


Thanks,

Parth Jagirdar


Re: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/
-----------------------------------------------------------

(Updated Feb. 6, 2013, 9:06 p.m.)


Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.


Description
-------

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)


Login Admin user to UI.
Create an Account name Test.
Logout Admin user.
Login Test user.

Add a new Disk Offering.
Edit this Disk offering.
Delete this Disk offering.

Add a new Compute Offering.
Edit this Compute offering.
Delete this Compute 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
-----

  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-CREATION 
  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
  test/selenium/smoke/main.py PRE-CREATION 

Diff: https://reviews.apache.org/r/9336/diff/


Testing
-------

Tested with network refactor branch.


Thanks,

Parth Jagirdar


RE: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
Aite...

Suggested Changed made.

Please review.

Thanks,
.. Parth


-----Original Message-----
From: kelcey Damage [mailto:me@kelceydamage.com] 
Sent: Friday, February 15, 2013 2:55 PM
To: Parth Jagirdar; cloudstack-dev@incubator.apache.org
Cc: Animesh Chaturvedi; 'John Kinsella'
Subject: 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.Jagirdar@citrix.com]
>Sent: Friday, February 15, 2013 1:50 PM
>To: cloudstack-dev@incubator.apache.org
>Cc: Animesh Chaturvedi; 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 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 Sanity test on UI. For which we are using 
>http://wiki.cloudstack.org/display/QA/Manual+BVT as reference.
>
>Scope is UI testing.
>
>Purpose is to,
>
>Cover basic sanity test through UI on a new release.
>To run these tests unattended.
>Generate reports are compatible with HTML or XML (JUNIT)
>
>
>https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+
>using+Selenium+and+Python
>
>Thanks,
>.. Parth
>
>
>-----Original Message-----
>From: Kelceydamage@bbits [mailto:kelcey@bbits.ca]
>Sent: Friday, February 15, 2013 11:34 AM
>To: cloudstack-dev@incubator.apache.org
>Cc: Animesh Chaturvedi; Kelcey Jamison-Damage; John Kinsella; 
>cloudstack
>Subject: Re: Review Request: Scripts for Selenium UI automation.
>
>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 the scope and purpose?
>
>Thanks
>
>Sent from my iPhone
>
>On Feb 15, 2013, at 11:03 AM, Parth Jagirdar 
><Pa...@citrix.com>
>wrote:
>
>> John & Kelcey,
>>
>> I have uploaded basic description for what scripts do.
>>
>https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+
>u
>> sing+Selenium+and+Python
>>
>> Please review and let me know if any compliance issues.
>> I can fix and resubmit the scripts.
>>
>>
>> Thanks,
>> .. Parth
>>
>>
>> -----Original Message-----
>> From: Animesh Chaturvedi
>> Sent: Wednesday, February 13, 2013 7:13 PM
>> To: Parth Jagirdar; Kelcey Jamison-Damage; John Kinsella
>> Cc: cloudstack
>> Subject: RE: Review Request: Scripts for Selenium UI automation.
>>
>> Kelcey, john
>>
>> Please review Parth's patch
>>
>>> -----Original Message-----
>>> From: Parth Jagirdar [mailto:noreply@reviews.apache.org] On Behalf 
>>> Of Parth Jagirdar
>>> Sent: Wednesday, February 06, 2013 1:06 PM
>>> To: Kelcey Jamison-Damage; John Kinsella
>>> Cc: cloudstack; 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/
>>> -----------------------------------------------------------
>>>
>>> (Updated Feb. 6, 2013, 9:05 p.m.)
>>>
>>>
>>> Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.
>>>
>>>
>>> Description
>>> -------
>>>
>>> These scripts will execute following test cases on UI through Firefox.
>>> (Test Cases taken from ::
>>> http://wiki.cloudstack.org/display/QA/Manual+BVT)
>>>
>>>
>>> Login Admin user to UI.
>>> Create an Account name Test.
>>> Logout Admin user.
>>> Login Test user.
>>>
>>> Add a new Disk Offering.
>>> Edit this Disk offering.
>>> Delete this Disk offering.
>>>
>>> Add a new Compute Offering.
>>> Edit this Compute offering.
>>> Delete this Compute 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
>>> -----
>>>
>>>  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-CREATION 
>>> test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
>>> test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
>>> test/selenium/smoke/main.py PRE-CREATION
>>>
>>> Diff: https://reviews.apache.org/r/9336/diff/
>>>
>>>
>>> Testing
>>> -------
>>>
>>> Tested with network refactor branch.
>>>
>>>
>>> Thanks,
>>>
>>> Parth Jagirdar
>>


RE: Review Request: Scripts for Selenium UI automation.

Posted by kelcey Damage <me...@kelceydamage.com>.
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.Jagirdar@citrix.com]
>Sent: Friday, February 15, 2013 1:50 PM
>To: cloudstack-dev@incubator.apache.org
>Cc: Animesh Chaturvedi; 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 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 Sanity test on UI. For which we are using
>http://wiki.cloudstack.org/display/QA/Manual+BVT as reference.
>
>Scope is UI testing.
>
>Purpose is to,
>
>Cover basic sanity test through UI on a new release.
>To run these tests unattended.
>Generate reports are compatible with HTML or XML (JUNIT)
>
>
>https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+
>using+Selenium+and+Python
>
>Thanks,
>.. Parth
>
>
>-----Original Message-----
>From: Kelceydamage@bbits [mailto:kelcey@bbits.ca]
>Sent: Friday, February 15, 2013 11:34 AM
>To: cloudstack-dev@incubator.apache.org
>Cc: Animesh Chaturvedi; Kelcey Jamison-Damage; John Kinsella; cloudstack
>Subject: Re: Review Request: Scripts for Selenium UI automation.
>
>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 the scope and purpose?
>
>Thanks
>
>Sent from my iPhone
>
>On Feb 15, 2013, at 11:03 AM, Parth Jagirdar <Pa...@citrix.com>
>wrote:
>
>> John & Kelcey,
>>
>> I have uploaded basic description for what scripts do.
>>
>https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+
>u
>> sing+Selenium+and+Python
>>
>> Please review and let me know if any compliance issues.
>> I can fix and resubmit the scripts.
>>
>>
>> Thanks,
>> .. Parth
>>
>>
>> -----Original Message-----
>> From: Animesh Chaturvedi
>> Sent: Wednesday, February 13, 2013 7:13 PM
>> To: Parth Jagirdar; Kelcey Jamison-Damage; John Kinsella
>> Cc: cloudstack
>> Subject: RE: Review Request: Scripts for Selenium UI automation.
>>
>> Kelcey, john
>>
>> Please review Parth's patch
>>
>>> -----Original Message-----
>>> From: Parth Jagirdar [mailto:noreply@reviews.apache.org] On Behalf Of
>>> Parth Jagirdar
>>> Sent: Wednesday, February 06, 2013 1:06 PM
>>> To: Kelcey Jamison-Damage; John Kinsella
>>> Cc: cloudstack; 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/
>>> -----------------------------------------------------------
>>>
>>> (Updated Feb. 6, 2013, 9:05 p.m.)
>>>
>>>
>>> Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.
>>>
>>>
>>> Description
>>> -------
>>>
>>> These scripts will execute following test cases on UI through Firefox.
>>> (Test Cases taken from ::
>>> http://wiki.cloudstack.org/display/QA/Manual+BVT)
>>>
>>>
>>> Login Admin user to UI.
>>> Create an Account name Test.
>>> Logout Admin user.
>>> Login Test user.
>>>
>>> Add a new Disk Offering.
>>> Edit this Disk offering.
>>> Delete this Disk offering.
>>>
>>> Add a new Compute Offering.
>>> Edit this Compute offering.
>>> Delete this Compute 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
>>> -----
>>>
>>>  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-CREATION
>>> test/selenium/smoke/TemplatesAndISO.py PRE-CREATION
>>> test/selenium/smoke/VM_lifeCycle.py PRE-CREATION
>>> test/selenium/smoke/main.py PRE-CREATION
>>>
>>> Diff: https://reviews.apache.org/r/9336/diff/
>>>
>>>
>>> Testing
>>> -------
>>>
>>> Tested with network refactor branch.
>>>
>>>
>>> Thanks,
>>>
>>> Parth Jagirdar
>>


RE: Review Request: Scripts for Selenium UI automation.

Posted by kelcey Damage <me...@kelceydamage.com>.
Thank you very much, I'll give this a read through

>-----Original Message-----
>From: Parth Jagirdar [mailto:Parth.Jagirdar@citrix.com]
>Sent: Friday, February 15, 2013 1:50 PM
>To: cloudstack-dev@incubator.apache.org
>Cc: Animesh Chaturvedi; 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 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 Sanity test on UI. For which we are using
>http://wiki.cloudstack.org/display/QA/Manual+BVT as reference.
>
>Scope is UI testing.
>
>Purpose is to,
>
>Cover basic sanity test through UI on a new release.
>To run these tests unattended.
>Generate reports are compatible with HTML or XML (JUNIT)
>
>
>https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+
>using+Selenium+and+Python
>
>Thanks,
>.. Parth
>
>
>-----Original Message-----
>From: Kelceydamage@bbits [mailto:kelcey@bbits.ca]
>Sent: Friday, February 15, 2013 11:34 AM
>To: cloudstack-dev@incubator.apache.org
>Cc: Animesh Chaturvedi; Kelcey Jamison-Damage; John Kinsella; cloudstack
>Subject: Re: Review Request: Scripts for Selenium UI automation.
>
>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 the scope and purpose?
>
>Thanks
>
>Sent from my iPhone
>
>On Feb 15, 2013, at 11:03 AM, Parth Jagirdar <Pa...@citrix.com>
>wrote:
>
>> John & Kelcey,
>>
>> I have uploaded basic description for what scripts do.
>>
>https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+
>u
>> sing+Selenium+and+Python
>>
>> Please review and let me know if any compliance issues.
>> I can fix and resubmit the scripts.
>>
>>
>> Thanks,
>> .. Parth
>>
>>
>> -----Original Message-----
>> From: Animesh Chaturvedi
>> Sent: Wednesday, February 13, 2013 7:13 PM
>> To: Parth Jagirdar; Kelcey Jamison-Damage; John Kinsella
>> Cc: cloudstack
>> Subject: RE: Review Request: Scripts for Selenium UI automation.
>>
>> Kelcey, john
>>
>> Please review Parth's patch
>>
>>> -----Original Message-----
>>> From: Parth Jagirdar [mailto:noreply@reviews.apache.org] On Behalf Of
>>> Parth Jagirdar
>>> Sent: Wednesday, February 06, 2013 1:06 PM
>>> To: Kelcey Jamison-Damage; John Kinsella
>>> Cc: cloudstack; 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/
>>> -----------------------------------------------------------
>>>
>>> (Updated Feb. 6, 2013, 9:05 p.m.)
>>>
>>>
>>> Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.
>>>
>>>
>>> Description
>>> -------
>>>
>>> These scripts will execute following test cases on UI through Firefox.
>>> (Test Cases taken from ::
>>> http://wiki.cloudstack.org/display/QA/Manual+BVT)
>>>
>>>
>>> Login Admin user to UI.
>>> Create an Account name Test.
>>> Logout Admin user.
>>> Login Test user.
>>>
>>> Add a new Disk Offering.
>>> Edit this Disk offering.
>>> Delete this Disk offering.
>>>
>>> Add a new Compute Offering.
>>> Edit this Compute offering.
>>> Delete this Compute 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
>>> -----
>>>
>>>  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-CREATION
>>> test/selenium/smoke/TemplatesAndISO.py PRE-CREATION
>>> test/selenium/smoke/VM_lifeCycle.py PRE-CREATION
>>> test/selenium/smoke/main.py PRE-CREATION
>>>
>>> Diff: https://reviews.apache.org/r/9336/diff/
>>>
>>>
>>> Testing
>>> -------
>>>
>>> Tested with network refactor branch.
>>>
>>>
>>> Thanks,
>>>
>>> Parth Jagirdar
>>


RE: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
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 Sanity test on UI. For which we are using http://wiki.cloudstack.org/display/QA/Manual+BVT as reference.

Scope is UI testing.

Purpose is to,

Cover basic sanity test through UI on a new release.
To run these tests unattended.
Generate reports are compatible with HTML or XML (JUNIT)


https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+using+Selenium+and+Python

Thanks,
.. Parth


-----Original Message-----
From: Kelceydamage@bbits [mailto:kelcey@bbits.ca] 
Sent: Friday, February 15, 2013 11:34 AM
To: cloudstack-dev@incubator.apache.org
Cc: Animesh Chaturvedi; Kelcey Jamison-Damage; John Kinsella; cloudstack
Subject: Re: Review Request: Scripts for Selenium UI automation.

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 the scope and purpose?

Thanks

Sent from my iPhone

On Feb 15, 2013, at 11:03 AM, Parth Jagirdar <Pa...@citrix.com> wrote:

> John & Kelcey,
> 
> I have uploaded basic description for what scripts do.
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Automation+u
> sing+Selenium+and+Python
> 
> Please review and let me know if any compliance issues.
> I can fix and resubmit the scripts.
> 
> 
> Thanks,
> .. Parth
> 
> 
> -----Original Message-----
> From: Animesh Chaturvedi
> Sent: Wednesday, February 13, 2013 7:13 PM
> To: Parth Jagirdar; Kelcey Jamison-Damage; John Kinsella
> Cc: cloudstack
> Subject: RE: Review Request: Scripts for Selenium UI automation.
> 
> Kelcey, john
> 
> Please review Parth's patch
> 
>> -----Original Message-----
>> From: Parth Jagirdar [mailto:noreply@reviews.apache.org] On Behalf Of 
>> Parth Jagirdar
>> Sent: Wednesday, February 06, 2013 1:06 PM
>> To: Kelcey Jamison-Damage; John Kinsella
>> Cc: cloudstack; 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/
>> -----------------------------------------------------------
>> 
>> (Updated Feb. 6, 2013, 9:05 p.m.)
>> 
>> 
>> Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.
>> 
>> 
>> Description
>> -------
>> 
>> These scripts will execute following test cases on UI through Firefox. 
>> (Test Cases taken from :: 
>> http://wiki.cloudstack.org/display/QA/Manual+BVT)
>> 
>> 
>> Login Admin user to UI.
>> Create an Account name Test.
>> Logout Admin user.
>> Login Test user.
>> 
>> Add a new Disk Offering.
>> Edit this Disk offering.
>> Delete this Disk offering.
>> 
>> Add a new Compute Offering.
>> Edit this Compute offering.
>> Delete this Compute 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
>> -----
>> 
>>  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-CREATION  
>> test/selenium/smoke/TemplatesAndISO.py PRE-CREATION  
>> test/selenium/smoke/VM_lifeCycle.py PRE-CREATION  
>> test/selenium/smoke/main.py PRE-CREATION
>> 
>> Diff: https://reviews.apache.org/r/9336/diff/
>> 
>> 
>> Testing
>> -------
>> 
>> Tested with network refactor branch.
>> 
>> 
>> Thanks,
>> 
>> Parth Jagirdar
> 

Re: Review Request: Scripts for Selenium UI automation.

Posted by "Kelceydamage@bbits" <ke...@bbits.ca>.
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 the scope and purpose?

Thanks

Sent from my iPhone

On Feb 15, 2013, at 11:03 AM, Parth Jagirdar <Pa...@citrix.com> wrote:

> 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
> 
> 
> -----Original Message-----
> From: Animesh Chaturvedi 
> Sent: Wednesday, February 13, 2013 7:13 PM
> To: Parth Jagirdar; Kelcey Jamison-Damage; John Kinsella
> Cc: cloudstack
> Subject: RE: Review Request: Scripts for Selenium UI automation.
> 
> Kelcey, john
> 
> Please review Parth's patch
> 
>> -----Original Message-----
>> From: Parth Jagirdar [mailto:noreply@reviews.apache.org] On Behalf Of 
>> Parth Jagirdar
>> Sent: Wednesday, February 06, 2013 1:06 PM
>> To: Kelcey Jamison-Damage; John Kinsella
>> Cc: cloudstack; 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/
>> -----------------------------------------------------------
>> 
>> (Updated Feb. 6, 2013, 9:05 p.m.)
>> 
>> 
>> Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.
>> 
>> 
>> Description
>> -------
>> 
>> These scripts will execute following test cases on UI through Firefox. 
>> (Test Cases taken from :: 
>> http://wiki.cloudstack.org/display/QA/Manual+BVT)
>> 
>> 
>> Login Admin user to UI.
>> Create an Account name Test.
>> Logout Admin user.
>> Login Test user.
>> 
>> Add a new Disk Offering.
>> Edit this Disk offering.
>> Delete this Disk offering.
>> 
>> Add a new Compute Offering.
>> Edit this Compute offering.
>> Delete this Compute 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
>> -----
>> 
>>  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-CREATION
>>  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION
>>  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION
>>  test/selenium/smoke/main.py PRE-CREATION
>> 
>> Diff: https://reviews.apache.org/r/9336/diff/
>> 
>> 
>> Testing
>> -------
>> 
>> Tested with network refactor branch.
>> 
>> 
>> Thanks,
>> 
>> Parth Jagirdar
> 

RE: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
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


-----Original Message-----
From: Animesh Chaturvedi 
Sent: Wednesday, February 13, 2013 7:13 PM
To: Parth Jagirdar; Kelcey Jamison-Damage; John Kinsella
Cc: cloudstack
Subject: RE: Review Request: Scripts for Selenium UI automation.

Kelcey, john

Please review Parth's patch

> -----Original Message-----
> From: Parth Jagirdar [mailto:noreply@reviews.apache.org] On Behalf Of 
> Parth Jagirdar
> Sent: Wednesday, February 06, 2013 1:06 PM
> To: Kelcey Jamison-Damage; John Kinsella
> Cc: cloudstack; 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/
> -----------------------------------------------------------
> 
> (Updated Feb. 6, 2013, 9:05 p.m.)
> 
> 
> Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.
> 
> 
> Description
> -------
> 
> These scripts will execute following test cases on UI through Firefox. 
> (Test Cases taken from :: 
> http://wiki.cloudstack.org/display/QA/Manual+BVT)
> 
> 
> Login Admin user to UI.
> Create an Account name Test.
> Logout Admin user.
> Login Test user.
> 
> Add a new Disk Offering.
> Edit this Disk offering.
> Delete this Disk offering.
> 
> Add a new Compute Offering.
> Edit this Compute offering.
> Delete this Compute 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
> -----
> 
>   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-CREATION
>   test/selenium/smoke/TemplatesAndISO.py PRE-CREATION
>   test/selenium/smoke/VM_lifeCycle.py PRE-CREATION
>   test/selenium/smoke/main.py PRE-CREATION
> 
> Diff: https://reviews.apache.org/r/9336/diff/
> 
> 
> Testing
> -------
> 
> Tested with network refactor branch.
> 
> 
> Thanks,
> 
> Parth Jagirdar


RE: Review Request: Scripts for Selenium UI automation.

Posted by Animesh Chaturvedi <an...@citrix.com>.
Kelcey, john

Please review Parth's patch

> -----Original Message-----
> From: Parth Jagirdar [mailto:noreply@reviews.apache.org] On Behalf Of Parth
> Jagirdar
> Sent: Wednesday, February 06, 2013 1:06 PM
> To: Kelcey Jamison-Damage; John Kinsella
> Cc: cloudstack; 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/
> -----------------------------------------------------------
> 
> (Updated Feb. 6, 2013, 9:05 p.m.)
> 
> 
> Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.
> 
> 
> Description
> -------
> 
> These scripts will execute following test cases on UI through Firefox. (Test
> Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)
> 
> 
> Login Admin user to UI.
> Create an Account name Test.
> Logout Admin user.
> Login Test user.
> 
> Add a new Disk Offering.
> Edit this Disk offering.
> Delete this Disk offering.
> 
> Add a new Compute Offering.
> Edit this Compute offering.
> Delete this Compute 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
> -----
> 
>   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-CREATION
>   test/selenium/smoke/TemplatesAndISO.py PRE-CREATION
>   test/selenium/smoke/VM_lifeCycle.py PRE-CREATION
>   test/selenium/smoke/main.py PRE-CREATION
> 
> Diff: https://reviews.apache.org/r/9336/diff/
> 
> 
> Testing
> -------
> 
> Tested with network refactor branch.
> 
> 
> Thanks,
> 
> Parth Jagirdar


Re: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/
-----------------------------------------------------------

(Updated Feb. 6, 2013, 9:05 p.m.)


Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.


Description
-------

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)


Login Admin user to UI.
Create an Account name Test.
Logout Admin user.
Login Test user.

Add a new Disk Offering.
Edit this Disk offering.
Delete this Disk offering.

Add a new Compute Offering.
Edit this Compute offering.
Delete this Compute 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
-----

  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-CREATION 
  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
  test/selenium/smoke/main.py PRE-CREATION 

Diff: https://reviews.apache.org/r/9336/diff/


Testing
-------

Tested with network refactor branch.


Thanks,

Parth Jagirdar


Re: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/
-----------------------------------------------------------

(Updated Feb. 6, 2013, 9:05 p.m.)


Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.


Description
-------

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)


Login Admin user to UI.
Create an Account name Test.
Logout Admin user.
Login Test user.

Add a new Disk Offering.
Edit this Disk offering.
Delete this Disk offering.

Add a new Compute Offering.
Edit this Compute offering.
Delete this Compute 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
-----

  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-CREATION 
  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
  test/selenium/smoke/main.py PRE-CREATION 

Diff: https://reviews.apache.org/r/9336/diff/


Testing
-------

Tested with network refactor branch.


Thanks,

Parth Jagirdar


Re: Review Request: Scripts for Selenium UI automation.

Posted by Parth Jagirdar <Pa...@citrix.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9336/
-----------------------------------------------------------

(Updated Feb. 6, 2013, 9:04 p.m.)


Review request for cloudstack, John Kinsella and Kelcey Jamison-Damage.


Description
-------

These scripts will execute following test cases on UI through Firefox. (Test Cases taken from :: http://wiki.cloudstack.org/display/QA/Manual+BVT)


Login Admin user to UI.
Create an Account name Test.
Logout Admin user.
Login Test user.

Add a new Disk Offering.
Edit this Disk offering.
Delete this Disk offering.

Add a new Compute Offering.
Edit this Compute offering.
Delete this Compute 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
-----

  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-CREATION 
  test/selenium/smoke/TemplatesAndISO.py PRE-CREATION 
  test/selenium/smoke/VM_lifeCycle.py PRE-CREATION 
  test/selenium/smoke/main.py PRE-CREATION 

Diff: https://reviews.apache.org/r/9336/diff/


Testing
-------

Tested with network refactor branch.


Thanks,

Parth Jagirdar