Behavior-driven development: Difference between revisions

Content deleted Content added
Line 109:
 
===Implement===
Once the behavioral test compiles the classes that are tested may be implemented (preferably before other tests are written). Their implementation is finished when the behavioral tests works without failing. The behavioral tests are are fixtures that can be used as bearings for developers to know when the implementation behaves as expected.
 
===Improve===