Tag Archives: atdd

Fit Spreadsheet

Ward Cunningham has created an acceptance testing framework known as fit. (See http://fit.c2.com for more details.) In this brief experiment, we’ll use tests to help specify a simple spreadsheet for strings. Continue reading

Tagged , , , , ,

Acceptance Tests for a Query System

Tests for a(n imaginary) library query system. Continue reading

Tagged , , , ,

Acceptance Test Mechanisms

An acceptance test is a test that the user defines, to tell whether the system as a whole works the way the user expects. Ideally, the acceptance tests are defined before the code that implements the feature. Acceptance tests are … Continue reading

Tagged , , , , ,