Building a NAnt script – Part 5: Adding MSTest results to your build scripts

Published July 17th, 2009 Under Agile, Configuration Management, Open Source Tools, 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 take a look at how to add in the ability to run the MSTest testing engine via our scripts to run our MSTest unit tests.

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

Learning Hudson: Setting up a Simple Build

Published May 12th, 2009 Under Configuration Management, Open Source Tools | Leave a Comment

In this episode we will take a look at how to setup the Hudson build server for our application. We will start off by showing how simple it is to install Hudson and then walk through various configuration points in the server. Finally we will end up by creating a simple build which pulls from SVN and runs our Nant script.

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

Building a Nant Script – Part 3: Adding Code Coverage

Published February 3rd, 2009 Under Agile, Open Source Tools, 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 for the part 2 and add in the ability to run code coverage within our script. You can get the script for this episode here

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

Building a Nant Script – Part 2: Adding NUnit tests

Published January 29th, 2009 Under Configuration Management, Open Source Tools, 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