Changes between Version 16 and Version 17 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 05/31/12 13:25:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v16 v17 7 7 This page defines what our current approach versus our [wiki:BluePrintTesting BluePrint for future options] 8 8 9 Test-Driven Development is a programming style which says that you 1st write your test cases (from the [BluePrint sspecs]) & then proceed to make them pass.9 Test-Driven Development is a programming style which says that you 1st write your test cases (from the [BluePrint specs]) & then proceed to make them pass. 10 10 11 11 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