One interesting idea that came up during the #EuroTestConf lean coffee about:

How to get developers into TDD >

Mon, 19 Feb 2018 15:51:34 UTC31

2 replies

Replying to @coderbyheart

What if we start their TDD experience with integration tests instead of unit
tests.

Provide them with the running skeleton that already has all dependencies like DB
running (e.g. in a container) and let them write tests against the public API.