Changes between Version 1 and Version 2 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 03/27/12 09:31:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v1 v2 8 8 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 sued as Unit Testing 9 9 10 We are building our framework around the new WebDriver, despite having some legacy code in the older format:10 We are building our framework around the new !WebDriver, despite having some legacy code in the older format: 11 11 * http://seleniumhq.org/docs/appendix_migrating_from_rc_to_webdriver.html#why-migrate-to-webdriver 12 12