Blog posts with tag "testing"

Do you write unit tests before code, or after?

May 05, 2016

One of the biggest omissions in the TDD literature is the concept of code first vs test first. The discussion doesn’t seem to surface very…

C# Unit test generator

April 24, 2016

This small Javascript pen generates a C# file for an object you want to test, using a list of test cases you specify in the textbox in this…

Unit test naming conventions

November 04, 2015

###What’s in a name? Uncle Bob has written on this topic at great length in his books x and y. He has some great tips on naming methods, but…

Moqs versus Stubs (2013 edition)

February 25, 2013

This is an age old debate which I’ll chirp in with my opinion. According to Gojko Adzic there’s two types of TDD people in the world…

Fixing 'No response from server for url http://localhost:7055/hub/session/' problems with Selenium

December 08, 2012

If you’re using a Windows Server 2008 R2 for your CI builds and tests, you may run into issues with running Selenium tests that Server 200…