Changes between Version 8 and Version 9 of DeveloperGuidelines/Testing


Ignore:
Timestamp:
11/22/13 11:45:54 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing

    v8 v9  
    2222===  Selenium Tests ===
    2323Selenium Tests use the [http://seleniumhq.org/docs/03_webdriver.jsp Selenium WebDriver] to simulate user interactions within a browser. They are very thorough as they test interactions in the entire Sahana Eden stack including JS, but can also be fragile (detect false negatives).
    24 To run all the Selenium Tests:
     24
     25Before running these tests, see [wiki:DeveloperGuidelines/Testing/Selenium Automated Tests - Selenium] for installation and setup. Then to run all the Selenium Tests:
    2526{{{
    2627python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py
    2728}}}
    28 See: [wiki:DeveloperGuidelines/Testing/Selenium Automated Tests - Selenium] for more details
     29
    2930
    3031=== Unit Tests ===