Changes between Version 33 and Version 34 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/11/09 21:02:48 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v33 v34  
    4747== Boundary Testing (should do) ==
    4848Checks functionality of modules against [BluePrints specs]: Building the Right Code
    49  * Could use [http://fitnesse.org/FitNesse.AcceptanceTests Fitnesse] to provide testable specs
     49 * Could use something like [http://fitnesse.org/FitNesse.AcceptanceTests Fitnesse] or [http://rspec.info/ Rspec] to provide testable specs
    5050
    5151This sees the application as a black box & so the same tests could be run here against both the Python & PHP versions, for instance.