Changes between Version 34 and Version 35 of DeveloperGuidelinesTesting


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v34 v35  
    4747== Boundary Testing (should do) ==
    4848Checks functionality of modules against [BluePrints specs]: Building the Right Code
    49  * Could use something like [http://fitnesse.org/FitNesse.AcceptanceTests Fitnesse] or [http://rspec.info/ Rspec] to provide testable specs
    5049
    5150This sees the application as a black box & so the same tests could be run here against both the Python & PHP versions, for instance.
     
    5554 * [http://jakarta.apache.org/jmeter/ JMeter]
    5655This is done by the Testers who accept the Code as a result.
     56
     57Could use something like [http://fitnesse.org/FitNesse.AcceptanceTests Fitnesse] or [http://rspec.info/ Rspec] to provide testable specs
    5758
    5859== Integration Testing (good thing) ==