Changes between Version 32 and Version 33 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/11/09 20:56:16 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v32 v33  
    1313Testing that Developers should be doing:
    1414== Unit Tests (must do) ==
     15Building the Code Right
    1516 * http://diveintopython.org/unit_testing/index.html
    1617These should be written by the developers
     
    4546Testing that Testers should be doing:
    4647== Boundary Testing (should do) ==
    47 Checks functionality of modules against [BluePrints specs].
     48Checks functionality of modules against [BluePrints specs]: Building the Right Code
    4849 * Could use [http://fitnesse.org/FitNesse.AcceptanceTests Fitnesse] to provide testable specs
    4950