Changes between Version 39 and Version 40 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
07/27/12 21:35:29 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v39 v40  
    2020In order to execute the automated Selenium powered test scripts, you must install the Selenium Web Drivers into Python.
    2121
    22 Download and install latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium#downloads]:
     22Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium#downloads]:
    2323{{{
    24 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
     24wget http://pypi.python.org/packages/source/s/selenium/selenium-2.25.0.tar.gz
     25tar zxvf selenium-2.25.0.tar.gz
     26cd selenium-2.25.0
    2727python setup.py install
    2828}}}
    29 where nn and x are the appropriate version numbers.
    3029== Running / Executing Automated test scripts: ==
    3130Before running the Selenium scripts, you should put your database into a known state: