Get in touch
Our team is at your service
Or call +31 (0)20 760 9844
Bugs can never be prevented by just using unit tests alone, but by writing unit tests, or even better, applying Test Driven Development (TDD), you ensure that your application is designed in such a way that it is easily testable and maintainable. So when bugs are found (and they will be found) you can fix and refactor code with confidence.
Another benefit of having unit tests is that they provide a clear explanation of how the application works. This helps you and future developers to understand the codebase and to make changes to it much more easily.
In this workshop you will learn how to write clean code by doing TDD exercises. The exercises start with writing basic unit tests and end with refactoring an untestable brown-field project. Along the way you’ll learn how to apply dependency inversion and other SOLID principles, use mocking and assertion frameworks and use Visual Studio and its tooling to the fullest to write maintainable unit tests.
You will need to bring your own laptop for this training with the following requirements: