Changes between Version 7 and Version 8 of DeveloperGuidelinesTesting


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v7 v8  
    1717 * https://launchpad.net/pqm
    1818
     19Continuous Integration tools help here, such as:
     20 * http://cruisecontrol.sourceforge.net/
     21
     22== Regression Testing ==
     23Fired by dev after certain number of changes or whenever they like.
     24
    1925== Boundary Testing (should do) ==
    20 Checks functionality of modules against spec
     26Checks functionality of modules against spec.
     27
     28This is done by the Testers who accept the Code as a result.
    2129
    2230== Integration Testing (good thing) ==