Changes between Version 7 and Version 8 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 18:10:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v7 v8 17 17 * https://launchpad.net/pqm 18 18 19 Continuous Integration tools help here, such as: 20 * http://cruisecontrol.sourceforge.net/ 21 22 == Regression Testing == 23 Fired by dev after certain number of changes or whenever they like. 24 19 25 == Boundary Testing (should do) == 20 Checks functionality of modules against spec 26 Checks functionality of modules against spec. 27 28 This is done by the Testers who accept the Code as a result. 21 29 22 30 == Integration Testing (good thing) ==