Changes between Version 32 and Version 33 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 20:56:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v32 v33 13 13 Testing that Developers should be doing: 14 14 == Unit Tests (must do) == 15 Building the Code Right 15 16 * http://diveintopython.org/unit_testing/index.html 16 17 These should be written by the developers … … 45 46 Testing that Testers should be doing: 46 47 == Boundary Testing (should do) == 47 Checks functionality of modules against [BluePrints specs] .48 Checks functionality of modules against [BluePrints specs]: Building the Right Code 48 49 * Could use [http://fitnesse.org/FitNesse.AcceptanceTests Fitnesse] to provide testable specs 49 50