Changes between Version 37 and Version 38 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
07/26/12 06:22:14 (13 years ago)
Author:
graeme
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v37 v38  
    2222Download and install latest Selenium package:
    2323{{{
    24 wget http://pypi.python.org/packages/source/s/selenium/selenium-2.22.1.tar.gz
    25 tar zxvf selenium-2.22.1.tar.gz
    26 cd selenium-2.22.1
     24wget http://pypi.python.org/packages/source/s/selenium/selenium-2.nn.x.tar.gz
     25tar zxvf selenium-2.nn.x.tar.gz
     26cd selenium-2.nn.x
    2727python setup.py install
    2828}}}
    29 
     29where nn and x are the appropriate version numbers.
    3030== Running / Executing Automated test scripts: ==
    3131Before running the Selenium scripts, you should put your database into a known state: