article thumbnail

Practice TDD with Cyber-Dojo

Agile Alliance

In this lightning talk, Seb Rose introduces Cyber-Dojo, a free, open source, online training environment for people who want to get better at TDD.

article thumbnail

3 Stages of Learning a New Technology

Robots and Pencils

This article describes my strategy for learning new technologies, refined over the decade or so that I’ve been working in tech. When I talk about learning a technology, I mean something pretty concrete. I wouldn’t apply it to: methodologies (TDD, agile, effective writing, etc.)

Insiders

Sign Up for our Newsletter

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

article thumbnail

Software Testing and Agile

Coveros

February 2021 marks the 20th anniversary of the signing of the Agile Manifesto. Take a moment to think about where you were in February of 2001—at the inception of the Agile Manifesto. Some were not born yet, others mid-flight in our IT careers, and still others moving toward our mature technology years. 2011–2020 and Beyond.

article thumbnail

Lessons learned from the React Global Online Summit 22 – Junior Track

Apiumhub

There were numerous topics covered in this online event, and in this article, I would like to go through a few of the sessions in the junior track, such as Composable Microfrontends, React Hooks, TDD with User Interfaces, and Web Performance. He did a simple request form demo with TDD and the React Testing Library to prove his hypothesis.

UI/UX 87
article thumbnail

5 Tips for Successfully Implementing Behavior-Driven Development in Your Team

Gorilla Logic

It enhances your existing Agile approach , synthesizing Test-Driven Development (TDD) and Acceptance Test-Driven Development (ATDD). For each team member, ask: Are they familiar with BDD or TDD? Are they familiar with the language and technology you are planning to use? At first glance, BDD appears to be straightforward.

article thumbnail

Test Driving and Unit Testing Thread Safety

Agile Alliance

This session shows how to use TDD to drive the design of a multithreaded code. If you've confronted test driving for thread-safety this session is for you.

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

This is a pre-release excerpt of The Art of Agile Development, Second Edition , to be published by O’Reilly in 2021. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring. Done well, TDD eliminates an entire class of programming errors. TDD isn’t perfect, of course. Why TDD Works.