Environmental ApprovalTests
ApprovalTests is great when popping diffs in Visual Studio. But can it also be used in CI environments and other non-dev cases? Sure. Here's how.…
ApprovalTests is great when popping diffs in Visual Studio. But can it also be used in CI environments and other non-dev cases? Sure. Here's how.…
Learn how to empower your UCommerce sites with domain modelling and proper object oriented programming.…
I've got a unit testing workshop for Umbraco I'm running at conferences. Feel free to go at it alone, and come to a workshop if you need help.…
Ever wanted to automate Umbraco as quickly as possible? Here's a couple of tricks to fire authenticated requests at it with PowerShell.…
Ever written several asserts in one test because you have a big graph you want to verify? Here's how to never do that again.…
Been unit testing Umbraco and suffer from stubbing hell, weird errors or just not the content types you want? Here's how to get the whole content engine running in your tests.…
Want to add your ASP.NET views to the system under test? Here's a hidden gem that let's you do that in a jiffy.…
There's a lot of benefits with unit testing. One of the less exploited ones would be documentation. In this post I share a couple of tricks with NUnit to make it feasible.…
I hit a small glitch when running Umbraco 7.7 with the new SignalR dependency. It's only there if you have some old stuff. Delete a registry key, and you're off.…
Here's a quick tip on how to copy data type settings in Umbraco…