Show/Hide Toolbars

Waysys on the Web

Navigation: References

Test Driven Development: By Example

Scroll Prev Top Next More

Kent Beck, Test Driven Development: By Example (Addison-Wesley Signature Series). 2002, ISBN-13: 978-0321146533

Test driven development is one of the most powerful ideas coming out of agile development. Test driven development is a method for developing software. With this method, automated tests are developed before coding the feature. The developer then codes the features so that all tests are passed. The result is not only better code but a set of automated unit tests.