Changes between Version 54 and Version 55 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
01/04/13 04:00:02 (12 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v54 v55  
    44Selenium provides the ability to test Sahana Eden as users see it - namely through a web browser. This therefore does end-to-end Functional Testing, however it can also be used as Unit Testing
    55
    6 We are building our framework around the new !WebDriver, despite having some legacy code in the older format:
     6We are building our framework around the new [http://seleniumhq.org/docs/03_webdriver.jsp Selenium WebDriver], despite having some legacy code in the older format:
    77* http://seleniumhq.org/docs/appendix_migrating_from_rc_to_webdriver.html#why-migrate-to-webdriver
    88
    99The tests are stored in {{{eden/modules/tests}}}
    10 
    1110== Installation of the testing environment in your machine ==
    1211In order to execute the automated Selenium powered test scripts, you must install the Selenium Web Drivers into Python.