article thumbnail

TDD, Unit Testing and the Mainframe

DevOps.com

Unit testing is like exercise: Companies know it’s good for you and you should do it, but given their druthers, they’d rather avoid the effort and just get to the benefit. The post TDD, Unit Testing and the Mainframe appeared first on DevOps.com. I wish I could say it’s otherwise.

article thumbnail

Effective Software Testing – A Developer’s Guide

Henrik Warne

Instead, it is a tool to highlight which parts of the code have not been exercised, in order to analyze why that is. Modified condition/decisions coverage (MC/DC) exercises each condition so that it, independently of all the other conditions, affects the outcome of the entire decision. Not all situations benefit from TDD.

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

6 Talks We’re Excited to Hear This Year at the Kansas City Developer Conference

OverOps

Learn to apply TDD in Javascript with Steven Hicks, Senior Engineer, speaker, writer and teacher who embraces the philosophy that a developer’s job is to solve problems, not just write code. Whether you realize it or not, engaging the right side of the brain is an important exercise for developers. Wednesday at 8:00 AM | 2210.

article thumbnail

TDD mistakes 2

Habitable Code

Back in 2014 I wrote a blog post listing three mistakes often made by folks who are new to test-driven development (TDD). We’re doing TDD, but we have no code to test; we have nothing to hang our first test on, so we need to invent something, fast! The three mistakes I identified are: Starting with error cases or null cases.

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring. Done well, TDD eliminates an entire class of programming errors. When used properly, TDD also helps you improve your design, documents the behavior of your code, enables refactoring, and guards against future mistakes. Why TDD Works.

article thumbnail

Scrum master certification: Top 13 certs for agile pros

CIO

It spans many agile approaches, including Scrum, Lean, Kanban, extreme programming (XP), and test-driven development (TDD). The two-day course covers everything you need to know about the product owner role through hands-on instruction and team-based exercises.

SCRUM 173
article thumbnail

Agile, Stand-ups, TDD and Code Reviews

The Programmer's Paradox

Some people invented a fun little game called “test driven development” (TDD). It’s actually a neat exercise and I’ve always thought that it should be used heavily in education. There are few external forces that can do that automatically, TDD is not one of them. But it got worse. Overall testing is very important.