Skip to content

This is intended to teach people how to use acceptance test driven development techniques to direct their test driving.

Notifications You must be signed in to change notification settings

onealexharms/ATDD-TDD-Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATDD is an interesting thing. By using our step definitions to begin designing
our object model we can can provide a GPS for our test driving.

To do this kata:
1) Define the steps for a feature (make up the object model in your steps)
2) Run your features
3) Test drive to remove the first exception/error you get.
4) Repeat until the feature turns green.

I would recommend rspec for your tdd framework.

About

This is intended to teach people how to use acceptance test driven development techniques to direct their test driving.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages