Remove Architecture Remove Exercises Remove Systems Review Remove Test-Driven Development
article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

To share your thoughts, join the AoAD2 open review mailing list. Test-Driven Development. It’s test-driven development, and it actually delivers these results. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring. Why TDD Works.

article thumbnail

New live online training courses

O'Reilly Media - Ideas

Reinforcement Learning: Building Recommender Systems , August 16. Advanced Test-Driven Development (TDD) , June 27. Test-Driven Development In Python , June 28. Systems engineering and operations. Google Cloud Platform – Professional Cloud Developer Crash Course , June 6-7.

Course 67
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

219+ live online training courses opened for June and July

O'Reilly Media - Ideas

Reinforcement Learning: Building Recommender Systems , August 16. Advanced Test-Driven Development (TDD) , June 27. Test-Driven Development In Python , June 28. Systems engineering and operations. Google Cloud Platform – Professional Cloud Developer Crash Course , June 6-7.

Course 50
article thumbnail

Effective Software Testing – A Developer’s Guide

Henrik Warne

Particularly the chapters on how to systematically come up with test cases based on the specification, inputs, outputs and the structure of the implementation. There can also be implementation details that will not show up in the functional specification, but still need to be tested. The goal here is not to reach 100% test coverage.

article thumbnail

AoAD2 Practice: Blind Spot Discovery

James Shore

Visit the Second Edition home page for information about the open development process, additional excerpts, and more. To share your thoughts, join the AoAD2 open review mailing list. Exploratory Testing. Test-Driven Development. There’s much more to exploratory testing than I have room for in this book.

article thumbnail

AoAD2 Practice: Collective Code Ownership

James Shore

Visit the Second Edition home page for information about the open development process, additional excerpts, and more. To share your thoughts, join the AoAD2 open review mailing list. If you’re not using pairing (or mobbing), you might need to add a daily design review. Test-Driven Development. Task Planning.

article thumbnail

Repeated Expressions

The Programmer's Paradox

In a very abstract sense, a software design specification for a system defines a bunch of functionality operating on a set of data. Different versions of the system, as they progress over time are different ways of expressing a similar solution. Generally layer upon layer of tests are applied, regardless of how effectively they work.