Changes between Version 39 and Version 40 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/11/09 21:30:40 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v39 v40  
    66
    77Test-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 Behaviour-Driven Development takes this further to focus on the Specification rather than the Verification using something like [http://www.codeplex.com/pyspec pyspec] to provide testable specs:
     8Behaviour-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:
    99 * http://behaviour-driven.org
    1010 * http://fitnesse.org/FitNesse.AcceptanceTests