The State of the Art on .NET

Published August 4th, 2010 Under Coding, Database, Open Source Tools, Software Testing | Leave a Comment

Amanda Laucher and Josh Graham present at an introductory level some of the most important elements of the .NET ecosystem: F#, M, Boo, NUnit, RhinoMocks, Moq, NHibernate, Castle, Windsor, NVelocity, Guerilla WCF, Azure, MEF.

http://www.infoq.com/presentations/The-State-of-the-Art-on-.NET

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

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

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

Published January 21st, 2009 Under Agile, Coding, Open Source Tools, Software Testing | 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

keep looking »