Changes between Version 16 and Version 17 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
05/31/12 13:25:54 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v16 v17  
    77This page defines what our current approach versus our [wiki:BluePrintTesting BluePrint for future options]
    88
    9 Test-Driven Development is a programming style which says that you 1st write your test cases (from the [BluePrints specs]) & then proceed to make them pass.
     9Test-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.
    1010
    1111Selenium 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