Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Tag: <span>continuous integration</span>

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

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. …

Building a Nant Script – Part 2: Adding NUnit tests

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 …

Simple tools to fight a big battle: “Continuous integration on a minimalist platform”

Continuous Integration (CI) is a software development practice where members of a team integrate their work frequently. Usually each person integrates at least daily leading to multiple integrations per day. When integration is verified by an automated build (including test) the gross and obvious integration errors are detected as quickly …