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.…

Read this article

Morphing UCommerce Products

Learn how to empower your UCommerce sites with domain modelling and proper object oriented programming.…

Read this article

Umbraco Unit Testing Workshop Material

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.…

Read this article

Automating Umbraco with PowerShell

Ever wanted to automate Umbraco as quickly as possible? Here's a couple of tricks to fire authenticated requests at it with PowerShell.…

Read this article

Exploiting ApprovalTests for clearer tests

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.…

Read this article

UmbracoSupport got typed content

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.…

Read this article

Testing views with RazorGenerator

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.…

Read this article

Generating documentation from NUnit tests

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.…

Read this article

Potential freeze with Umbraco and SignalR

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.…

Read this article

Copying Umbraco datatype settings (prevalues).

Here's a quick tip on how to copy data type settings in Umbraco…

Read this article