Remove Exercises Remove Systems Review Remove Test-Driven Development
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: 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.

Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

The Best Product Engineering Org in the World

James Shore

I walked them through an exercise right there on the CEOs dining room table. If you did this exercise with your leadership team, youd probably get different answers. But its still an interesting thought exercise. We use Extreme Programming as our model of how to develop software. What does this mean for you?

article thumbnail

Agile, Stand-ups, TDD and Code Reviews

The Programmer's Paradox

Clearly, the best way to test any software is with fully automated ‘systemtesting that is thorough enough that it can be used for full regression testing. In its fullest form, it is at least as much code as the thing it is going to test, and you have to build a custom version of it, every time, for every system.

article thumbnail

Developer Testing

Henrik Warne

Chapter six shows how the testability of the code suffers when there are side effects, when indirect input (like system properties, files, queues, the system clock) is used, when complex state is kept, or when the calling sequence is important. Examples include working with files and the system clock. Performance testing.

Testing 119
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. Refactoring.

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 92