Changes between Version 41 and Version 42 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 21:37:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v41 v42 7 7 Test-Driven Development is a programming styles which says that you 1st write your test cases (from the [BluePrints specs]) & then proceed to make them pass.[[BR]] 8 8 Behaviour-Driven Development takes this further to focus on the Specification rather than the Verification using something like [http://www.codeplex.com/pyspec pyspec] or [http://pypi.python.org/pypi/PyFIT/0.8a2 PyFIT]to provide testable specs: 9 * http://behaviour-driven.org 9 * http://behaviour-driven.org/BDDProcess 10 10 * http://fitnesse.org/FitNesse.AcceptanceTests 11 11