Learning Hudson: Setting up to run and report Unit Test results

Published June 15th, 2009 Under Software Testing | Leave a Comment

In this episode we will continue taking a look at how to setup the Hudson build server for usage in a .net environment.  We will be taking a look at how we can use Hudson to report our Unit Tests results after each build. We will be looking at both reporting NUnit and MSTest results and will also show how you can convert MSTest results into NUnit results in order to report all tests in a single screen.

http://www.dimecasts.net/Casts/CastDetails/116

Learning how to harness the power of NUnit RowTest

Published April 21st, 2009 Under Software Testing | Leave a Comment

In this episode we will take a look at how you can utilize the power of RowTests within NUnit. By learning how to use RowTests you can reduce the amount of duplicate test code which exists when doing data driven tests.

http://www.dimecasts.net/Casts/CastDetails/103

Building a Nant Script – Part 2: Adding NUnit tests

Published January 29th, 2009 Under Software Testing | Leave a Comment

In this episode we will continue our series on how to create a build script using the NAnt build tool. In this episode we will build off the script of Part 1 and add in the ability to run NUnit tests within our script.  You can get the script for this episode here.

http://www.dimecasts.net/Content/WatchEpisode/82

ASP.NET MVC: Episode 4 with Charlie Poole – Unit Testing the Model

Published January 21st, 2009 Under Coding, Software Testing, TDD | Leave a Comment

In this fourth episode, Stephen Walther and Charlie Poole build classes that represent their blog and blog entries. Charlie Poole also demonstrates some useful NUnit tricks.

http://www.asp.net/learn/mvc-videos/video-408.aspx

ASP.NET MVC: Episode 2 with Charlie Poole – Creating Unit Tests with NUnit

Published December 31st, 2008 Under Coding, Software Testing, TDD | Leave a Comment

In this second episode, Stephen Walther and Charlie Poole create the ASP.NET MVC application with Visual Studio and run their first unit tests with NUnit. Charlie Poole explains that you can take shorter or longer steps when testing depending on your confidence level.

http://www.asp.net/learn/mvc-videos/video-406.aspx

An Introduction to Test Driven Development in C#

Published August 26th, 2008 Under Coding, Software Testing, TDD | Leave a Comment

A 10 Minute introduction to test driven development and unit testing using NUnit and C#. Produced as part of the Readify Developer Network.

Aditional resource:

Improving Application Quality Using Test-Driven Development (TDD)

Demystifying Extreme Programming: Test-driven programming

Bug Busters – Test Driven Development in .NET