Changes between Version 37 and Version 38 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 07/26/12 06:22:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v37 v38 22 22 Download and install latest Selenium package: 23 23 {{{ 24 wget http://pypi.python.org/packages/source/s/selenium/selenium-2. 22.1.tar.gz25 tar zxvf selenium-2. 22.1.tar.gz26 cd selenium-2. 22.124 wget http://pypi.python.org/packages/source/s/selenium/selenium-2.nn.x.tar.gz 25 tar zxvf selenium-2.nn.x.tar.gz 26 cd selenium-2.nn.x 27 27 python setup.py install 28 28 }}} 29 29 where nn and x are the appropriate version numbers. 30 30 == Running / Executing Automated test scripts: == 31 31 Before running the Selenium scripts, you should put your database into a known state: