Move fast while maintaining quality with black box testing (talk)

Some systems are hastily built → No automated tests → Code became tightly coupled → Code became difficult to test → Want to improve the code but afraid of improving due to fear that it might break because there are no automated tests. In this talk, I share some ideas on how I try to get out of this loop.

Transcripthttps://creatorsgarten.org/videos/bkkjs17/blackbox

References

Introductions

Testing Pyramid vs Testing Trophy

More opinion on testing approaches

More testing pyramids

Making things easy to test

Playwright

Testing in production

More resources