Changes between Version 29 and Version 30 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 20:42:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v29 v30 45 45 Testing that Testers should be doing: 46 46 == Boundary Testing (should do) == 47 Checks functionality of modules against spec.[[BR]] 47 Checks functionality of modules against [BluePrints specs]. 48 * Could use [http://fitnesse.org/FitNesse.AcceptanceTests Fitnesse] to provide testable specs 49 48 50 This sees the application as a black box & so the same tests could be run here against both the Python & PHP versions, for instance. 49 51