article thumbnail

The Real Reasons for Doing Test-Driven Development ??

Xebia

Here’s a secret: it’s not for the tests. Learn about the actual goal and values hidden under the surface of Test-Driven Development. Test-Driven Development (TDD) is a controversial topic amongst developers. It is a vehicle to drive development. Why do people apply TDD?

article thumbnail

Test-Driven Development in Cobol

Agile Alliance

Mainframe systems have always been around, quietly processing 80% or more of financial transactions worldwide while people's attention was focused on colorful and innovative front-ends. The post Test-Driven Development in Cobol first appeared on Agile Alliance. Now mainframes are enjoying a resurgence.

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

Effortlessly Streamlining Test-Driven Development and CI Testing for Kafka Developers

Dzone - DevOps

Test-driven development has gained popularity among developers as it gives developers instant feedback and can identify defects and problems early. Apache Kafka® provides a distributed, fault-tolerant streaming system that allows applications to communicate with each other asynchronously.

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

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. Test-driven development applies the same principle to programmers’ intention.

article thumbnail

A Next Step Beyond Test Driven Development

Honeycomb

The most successful software development movement of my lifetime is probably test-driven development or TDD. With TDD, requirements are turned into very specific test cases, then the code is improved so the tests pass. With TDD, your tests run in a hermetically sealed environment.

article thumbnail

Observability-Driven Development vs Test-Driven Development

Dzone - DevOps

The concept of observability involves understanding a system’s internal states through the examination of logs, metrics, and traces. This approach provides a comprehensive system view, allowing for a thorough investigation and analysis. While incorporating observability into a system may seem daunting, the benefits are significant.

article thumbnail

Why Dumb Tests are Smart ?

Xebia

Writing tests that help evolve a system is hard, and you get there by avoiding smart tests while preferring dumb ones. The Paradox of Smart Tests Smart is always better than dumb, isn’t it? This time we’ll look at the paradox that dumb programmer tests are superior to smart ones. Let’s dive in.

Testing 130