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
|
|
|
Factories not Fixtures
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
Fixtures are external dependencies which can make tests brittle and difficult to read. In this episode I show a better alternative using factories to generate the needed records.
|
|
Webrat
Category: Web Development > Ruby On Rails
Posted: 18 Jun 09
If you prefer writing integration tests in ruby instead of Cucumber's plain english, consider interacting with Webrat directly as I show in this episode.
|
|
Testing with Team Foundation Server
Category: Languages > .net
Posted: 05 Apr 09
In this episode we take a look at how to create and write test with Team Foundation Server (TFS). You will learn how you can use Team System to create test shells from existing code, as well as how to modify and run those tests.
|
|
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:
|
|
Testing Heresies - Francis Hwang
Category: Languages > Ruby
Posted: 08 Feb 09
Sure, we're all supposed to be testing here in Ruby-land. But if you think about it too much, you
might come up with some inconvenient questions. Shou...
|
|
The Next Step in Unit Testing and Java & SOA
Category: Languages > Java
Posted: 04 Feb 09
Java developers have widely adopted test first software development strategies. Unit test frameworks for Java, Web services, Ajax, REST, Service Oriented Architecture, and Flash/Action Script show the diversity of adoption among Java developers. In this session, Frank will take Java developers throug...
|
|
|
|