#26 Test Driven – TDD and Acceptance TDD for Java Developers por Lasse Koskela

por davidgp el 27/12/2008

El cambio de trabajo ha hecho que vuelva a leer bastantes libros de informática, algunos para aprender cosas nuevas que antes no conocía y otros para poner al día mis conocimientos en ciertas tecnologías que en el anterior trabajo se me habían oxidado. Y es este último es el caso de Test Driven Development.

Realmente este libro es ideal para introducirse en este mundo. Tal vez el ejemplo sea un pelín complicado para aquellas personas que no tengan muchos conocimientos de parseo de texto, pero te introduce a todos los conceptos importantes de testeo unitario, creación de mock objects, y al final se centra en test de aceptación, que peude que se escape un poco de lo que alguna gente busque de este libro.

Lo dicho, un libro recomendable si quieres introducirte en el mundo del Agile Development (para porgramdores Java, que se me olvidaba decirlo…).

De la contraportada:

In test-driven development, you first write an executable test of what your application code must do. Only then do you write the code itself and, with the test spurring you on, improve your design. In acceptance test-driven development (ATDD), you use the same technique to implement product features, benefiting from iterative development, rapid feedback cycles, and better-defined requirements. TDD and its supporting tools and techniques lead to better software faster.

Test Driven brings under one cover practical TDD techniques distilled from several years of community experience. With examples in Java and the Java EE environment, it explores both the techniques and the mindset of TDD and ATDD. It uses carefully chosen examples to illustrate TDD tools and design patterns, not in the abstract but concretely in the context of the technologies you face at work. It is accessible to TDD beginners, and it offers effective and less-well-known techniques to older TDD hands.

Más libros leídos este año en Propósitos para el 2008 – 50 Libros.

Leave a Comment

Entrada anterior:

Entrada siguiente