.NET software testing tutorials: unit testing, open source, NUnit, SpecFlow, Visual Studio, etc.

Automated Unit Testing in .NET

May 16, 2011 0

A 14-part series of articles describing the use of automated unit testing techniques for the C# programmer. The tutorial includes the use of NUnit and Moq but is also relevant for other testing frameworks.

Behavior Driven Development Using SpecFlow and WebAii

March 29, 2011 0

SpecFlow provides a pragmatic and frictionless approach to Acceptance Test Driven Development and Behavior Driven Development for .NET projects . This video shows how to use SpecFlow to create specifications and leverage Telerik’s WebAii Test Automation Framework for driving the browser through code. Download the video on Develop Using .NET

WCF Service Testing with Sockets

March 8, 2011 0

The socket-based approach is flexible and very useful for security and performance testing of WCF services. This article shows you how to test a WCF service using a network socket based approach.

How to Do Test Reviews

February 14, 2011 0

This video show how and why we should all be doing test reviews on our peer’s code. It talks about basic rules to look for in test code and reviews some of the tests of public open source projects.

Continuous Testing using AutoTest.Net

January 25, 2011 0

This blog post presents the AutoTest.Net tool to continuously test your .net code. AutoTest.NET is a tool for running your unit tests as soon as your save your files.

1 5 6 7 8