Test driven : practical TDD and acceptance TDD for Java developers /
Describes the techniques, tools, and design patterns of TDD and ATDD and how to test Java code and Java EE components.
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Greenwich, Conn. :
Manning,
Ã2008.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- 1. The big picture
- 2. Beginning TDD
- 3. Refactoring in small steps
- 4. Concepts and patterns for TDD
- 5. Test-driving web components
- 6. Test-driving data access
- 7. Test-driving the unpredictable
- 8. Test-driving Swing
- 9. Acceptance TDD explained
- 10. Creating acceptance tests with Fit
- 11. Strategies for implementing acceptance tests
- 12. Adopting TDD.