Changes between Version 54 and Version 55 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 01/04/13 04:00:02 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v54 v55 4 4 Selenium 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 5 5 6 We are building our framework around the new !WebDriver, despite having some legacy code in the older format:6 We 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: 7 7 * http://seleniumhq.org/docs/appendix_migrating_from_rc_to_webdriver.html#why-migrate-to-webdriver 8 8 9 9 The tests are stored in {{{eden/modules/tests}}} 10 11 10 == Installation of the testing environment in your machine == 12 11 In order to execute the automated Selenium powered test scripts, you must install the Selenium Web Drivers into Python.