Better Software West 2018 - Test Design | TechWell

Conference archive

Better Software West 2018 - Test Design

Thursday, June 7

David Bernstein
To Be Agile
BT3

Overcoming Test-Driven Damage

Add to calendar
Thursday, June 7, 2018 - 10:00am to 11:00am

Test-driven development is supposed to help us refactor our code safely, but we often find that when we refactor our code, we also have to refactor our tests. What was supposed to add safety becomes a burden requiring time and effort. Writing good unit tests is a critical skill that developers need to master in order to get the most benefit from test-driven development. Tests must be unique, written at the right level of abstraction, and implementation-independent in order to be most valuable. In this session, David Bernstein will cover effective techniques for doing TDD that support...