Test Driven Development
Fastest feedback loop available
TDD is all about fast feedback.
Learn the basics of writing tests and see how fast feedback can help you in the design of your code.
Learn the basics of writing tests and see how fast feedback can help you in the design of your code.
Write Testable Code
Writing tests can be hard, but writing testable code can be even harder.
We will explore what makes testing hard and practice writing testable code.
We will explore what makes testing hard and practice writing testable code.
Dependency Injection
Learn how to decouple your components and open them up for testing.
Stubs, Mocks and Fakes
Get familiarized with test doubles and when to prefer one over the other.