-
Notifications
You must be signed in to change notification settings - Fork 47
Bank OCR Kata in Cucumber
Justin Searls edited this page Dec 2, 2016
·
3 revisions
(Training exercise)
We're going to use Cucumber to test-drive the famous Bank OCR kata. We chose Cucumber, because Gherkin is a great fit for embedding large, unwieldy blocks of text like the ASCII representations of each number.
- Documentation for cucumber-jvm
This wiki was put together by your friends at test double. Come say hi!
- Test-driven development
- Test Doubles
- Refactoring Legacy Code
- Training Activities
- Additional Concepts