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:nore...@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 <parth.jagir...@citrix.com<mailto:parth.jagir...@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/>