Browse by Tags

All Tags » UnitTesting (RSS)

Silverlight NUnit Projects

I've been doing some experiments to find out if it's possible to execute NUnit on a Silverlight project. I knew that Visual Studio 2008 and Expression Blend both host Silverlight for use in the designer window. It turns out that rather than host a separate...

TestDriven.Net 2.13: Support for NUnit 2.4.7

The latest release of TestDriven.Net is now compiled against NUnit 2.4.7 . This version of NUnit includes Andreas Schlapsi 's popular RowTest extension. The RowTest attributes have been moved to the 'nunit.framework.extensions' assembly (which you can...

TestDriven.Net 2.13: Support for Silverlight 2.0 Beta 1

I've just uploaded a new version of TestDriven.Net with support for Silverlight 2.0 Beta 1. Microsoft have certainly kept me on my toes as there have been lots of changes since Silverlight 1.1. I'm sorry it has taken a while! At the moment you're limited...

TestDriven.Net 2.11: Parameterized NUnit Tests

TestDriven.Net has always supported parameterized test methods when used with the MbUnit testing framework. When using MbUnit, it is common for a single test method to execute multiple tests with different parameter inputs. The most famous of these test...

Microsoft and TestDriven.Net

It has been over a month since my last update. I just want to put to rest any rumors of TestDriven.Net 's early demise. With the help of my lawyers , I responded to Microsoft's lawyers ' letter and am now attempting to come to a resolution of the issues...

Microsoft vs TestDriven.Net Express

There are a few things I need to get off my chest. When I started working on TestDriven.Net I was a hobbyist .NET developer. My day job was as a Java consultant. TestDriven.Net was something I did for fun between consultancy gigs. Working on open source...

Test With... Silverlight/CoreCLR

I have just released a new version of TestDriven.NET ( 2.7 Beta ) with support for Silverlight /CoreCLR. Simply right click on the method you would like to execute with the CoreCLR and select 'Test With... Silverlight'. You can use this to execute...

Express SKU Support

I have recently uploaded TestDriven.NET 2.5 Beta. This version now supports all versions of Visual Studio .NET including the Express SKU. To activate TestDriven.NET when using an Express edition simply ensure that the 'Properties' tool window is visible...

MbUnit 2.3 RTM is Live

Andrew Stopford writes : Tonight MbUnit 2.3 RTM was released, you can download it from the MbUnit site . This release is a big one because this is MbUnits first milestone release since the project was first open sourced some 20 months ago. Many folks...
Posted by Jamie Cansdale | 1 comment(s)
Filed under: ,

Driving MSTest and Team Coverage using TestDriven.NET

Here is a screencast that demonstrates the MSTest and Team Coverage integration in TestDriven.NET 2.0 . The testing support that comes with Visual Studio 2005 Team editions was designed to support many different types of test. For example is supports...
More Posts Next page »