Learning Hudson: Setting up to run and report Unit Test results
Category: Languages > .net
Posted: 27 Jun 09
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 wil...
|
|
Learning Hudson: Setting up to run and report Unit Test results
Category: Languages > .net
Posted: 27 Jun 09
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 wil...
|
|
|
|
Building a Nant Script -- Part 2: Adding NUnit tests
Category: Languages > .net
Posted: 24 Jun 09
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 preivous episode and add in the ability to run NUnit tests within our script. You can get the script for this episode here
|
|
|
|
Creating tests with NUnit
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will cover the basics on how to create various unit test using the NUnit testing framework. We will also review the different Assert helper classes that are part of the testing framework.
|
|
Overview on NUnit's Attributes
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will learn how to use some of the different attributes that are built into the NUnit testing framework.
The attributes we will review are:
Test
TestFixtureSetup
TestFixtureTeardown
Setup
Teardown
Ignore
Explicit
ExpectedException...
|
|
White testing Plastic
Category: Languages > Testing
Posted: 08 Mar 09
Ever heard of White? You should.
White is a promising testing framework based on the UI Automation APIs which enables you to write tests in C# (or your favorite .NET language).
Why is it interesting? I think there're several reasons but, for me, the main ones are:
|
|
Overview on how to use NUnit
Category: Languages > .net
Posted: 16 Jun 08
This screencast is an introduction to NUnit as well as a brief overview of testing with NUnit. In this episode you will learn the following
Use the NUnit IDE
Create simple tests with NUnit
Debug a test via the VS IDE
|
|