Customizations for AutoFixture - My new best friend

I recently attended a course organized by Mark Seemann [https://twitter.com/ploeh] at my workplace. Among other topics, the course involved advanced usage of AutoFixture [http://autofixture.codeplex.com/], a framework that I’ve loved using for a couple of years now. AutoFixture always did a good job of…

Running QUnit tests on TeamCity

Let’s face it, it doesn’t make sense to keep and maintain unit tests not executed on a continuous basis. In my previous post [https://thomasardal.com/an-introduction-to-qunit/], I looked at a unit test framework for JavaScript called QUnit [http://docs.jquery.com/QUnit]. While commonly used unit test…