Changes between Version 2 and Version 3 of QA
- Timestamp:
- 01/04/13 03:47:24 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QA
v2 v3 1 1 [[TOC]] 2 2 = 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 10 This page defines what our current approach versus our [wiki:BluePrintTesting BluePrint for future options] 11 12 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. 3 13 4 14 == Automated Tests == … … 34 44 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py 35 45 }}} 36 See: QA/Automated Tests/Selenium for more information46 See: QA/Automated/Selenium for more information 37 47 === Role Tests === 38 48 This 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: