Acceptance test-driven development: Difference between revisions

Content deleted Content added
m formatting / punctuation change
Test format: Alliteration for mneumonic: https://github.com/testdouble/contributing-tests/wiki/Tests%27-Influence-on-Design
Line 26:
Acceptance tests usually follow this form:<ref name="Pugh11" />
 
'''Given (setuparrange)'''
 
: A specified state of a system
 
'''When (triggeract)'''
 
: An action or event occurs
 
'''Then (verificationassert)'''
 
: The state of the system has changed or an output has been produced