Clean Testing: Clean Architecture with .NET Core | Jason Taylor

All developers should be writing automated tests. In fact modern developers should be doing Clean Testing. Systems that adhere to the principles of Clean Architecture are independent of UIs, databases, frameworks, and other external concerns. As a result, the domain and business logic, the most important parts of the system, are completely isolated from external…

Read More

Modern testing for modern developers | Amanda Dean at DDD Sydney 2018

Just like development tries to move away from ineffective and inefficient approaches, testing has evolved since the days of heavyweight, formal test cases, and large test teams working in isolation. Testing is no longer the exclusive task of testers, but instead is becoming a whole team responsibility, perhaps with the assistance of a test coach.…

Read More

Enhanced .NET Unit Testing | David Gardiner

In this fast-paced talk David shows you a bunch of really useful libraries and tools that can make writing unit tests faster, simplify reading and understanding test code and help you identify the root cause of failed tests. A great mix of general and special purpose libraries to have in your unit testing toolbox. Take…

Read More

Clean Code, Testing and Continuous Improvement with Peter Gfader

SSW’s Adam Stephensen (Solution Architect) is joined by Peter Gfader to talk about Clean Code, testing and continuous improvement Peter Gfader is an Agile Enthusiast and aspiring Software Craftsman who likes Clean Code and is a strong believer in improving in baby steps. In this video, Peter discusses Clean Code development and how it raises…

Read More