Changes between Version 2 and Version 3 of QA


Ignore:
Timestamp:
01/04/13 03:47:24 (12 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QA

    v2 v3  
    11[[TOC]]
    22= Quality Assurance =
     3
     4== Testing ==
     5
     6''"A bug is a test case you haven't written yet"''
     7
     8''"Unit Tests allow merciless [http://diveintopython.org/refactoring/refactoring.html refactoring]"''
     9
     10This page defines what our current approach versus our [wiki:BluePrintTesting BluePrint for future options]
     11
     12Test-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.
    313
    414== Automated Tests ==
     
    3444python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py
    3545}}}
    36 See: QA/AutomatedTests/Selenium for more information
     46See: QA/Automated/Selenium for more information
    3747===  Role Tests ===
    3848This test is used to check the permissions of user roles. Currently is limited to the IFRC (Red Cross) roles for RMS, but could be extended: