Changes between Version 39 and Version 40 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 07/27/12 21:35:29 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v39 v40 20 20 In order to execute the automated Selenium powered test scripts, you must install the Selenium Web Drivers into Python. 21 21 22 Download and install latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium#downloads]:22 Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium#downloads]: 23 23 {{{ 24 wget http://pypi.python.org/packages/source/s/selenium/selenium-2. nn.x.tar.gz25 tar zxvf selenium-2. nn.x.tar.gz26 cd selenium-2. nn.x24 wget http://pypi.python.org/packages/source/s/selenium/selenium-2.25.0.tar.gz 25 tar zxvf selenium-2.25.0.tar.gz 26 cd selenium-2.25.0 27 27 python setup.py install 28 28 }}} 29 where nn and x are the appropriate version numbers.30 29 == Running / Executing Automated test scripts: == 31 30 Before running the Selenium scripts, you should put your database into a known state: