Test-Driven Development // Fun TDD Introduction with JavaScript
Agile in Practice: Test Driven Development
Test-Driven Development explained in 3 minutes
Introduction to Test Driven Development with React
Software Testing Explained in 100 Seconds
Rust Testing and TDD - An Intro to Testing and Test Driven Development
TDD and The Terminator — An Introduction to Test Driven Development by Layla Porter
Test Driven Development Tutorial For Beginners
Angular 17 & Firestore - Unit Test using Jasmine, Karma and TestBed
Test Driven Development - What? Why? And How?
What is TDD? What is Test Driven Development?
Test Driven Development
TDD and The Terminator - An Introduction to Test Driven Development
What is TDD (Test Driven Development)? | How to do TDD with Example | Day19
Test-Driven Development In Python // The Power of Red-Green-Refactor
Test Driven Development Introduction
Software Development Tutorial - What is test-driven development (TDD)?
Is TDD Worth It? 😅
[Episode 19] Introduction to Test Driven Development (TDD)
TDD and the Terminator - An introduction to Test Driven Development - Layla Porter (VMWare)
Test Driven Development Basics
Understanding Test Driven Development (TDD) | Edureka
TDD and BDD - What Are The Key Differences?
'TDD Is An Essential' | Martin Fowler On Test Driven Development And Self Testing Code
Комментарии
@Aleksey1984 She explains that pretty well from 11:45 - 12:10 or thereabouts. It's been my experience that what she says about this part of writing tests is true.
Hakucho
Well, it wasn't obvious for me that she meant GUI. I thought about an interface of a class.
GUI can (should) have it's own unit tests as well. And separating business logic from GUI is a common approach for software design, not only for tests
Aleksey
You want the test to fail because if it doesn't it means the functionality your trying to implement is already implemented (or your test is wrong).
david
Nice presentation, though I didn't get what is meant by "Unit tests should be written so that they are not heavily dependent on interface" (12-th minute)