-
Recent Posts
Tags
agile analysis atdd author biography business charts classic coach computers conference cool customer design fiction games HCI history improv integration interesting intro Java job aids language lean learning metaphor music myth patterns planning programmer refactoring reviews scrum software spreadsheet stories systems thinking tdd team tester training XPlorationsArchives
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 atdd, customer, programmer, spreadsheet, team, tester
Acceptance Tests for a Query System
Tests for a(n imaginary) library query system. Continue reading
Tagged atdd, customer, tdd, tester, XPlorations
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 atdd, customer, search, spreadsheet, tester, XPlorations