Changes between Version 33 and Version 34 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 21:02:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v33 v34 47 47 == Boundary Testing (should do) == 48 48 Checks functionality of modules against [BluePrints specs]: Building the Right Code 49 * Could use [http://fitnesse.org/FitNesse.AcceptanceTests Fitnesse] to provide testable specs49 * Could use something like [http://fitnesse.org/FitNesse.AcceptanceTests Fitnesse] or [http://rspec.info/ Rspec] to provide testable specs 50 50 51 51 This sees the application as a black box & so the same tests could be run here against both the Python & PHP versions, for instance.