Changes between Version 6 and Version 7 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 18:07:36 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v6 v7 8 8 * http://vallista.idyll.org/~grig/articles/ 9 9 10 == Unit Tests ==10 == Unit Tests (must do) == 11 11 Should we use doctests? 12 12 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html 13 These should be written by the developers 14 15 == Continuous Integration == 16 Whenever a commit is made it should be checked to see that it doesn't break anything 17 * https://launchpad.net/pqm 18 19 == Boundary Testing (should do) == 20 Checks functionality of modules against spec 21 22 == Integration Testing (good thing) == 13 23 14 24 == Usability Tests ==