Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Microsoft F# and TestDriven.Net 2.16

    Now that F# is being officially productized , I thought it was time to make it a first class citizen inside TestDriven.Net . When learning a new language I like to experiment by writing ad-hoc tests and viewing my code inside .NET Reflector . My initial focus has been getting 'Go To Reflector' and the...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 10-10-2008, 12:00 AM
    Filed under: TestDriven.NET, Visual Studio, UnitTesting, F#
  • 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 instance of the CoreCLR, the designer simply...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 05-01-2008, 12:00 AM
    Filed under: TestDriven.NET, Visual Studio, NUnit, UnitTesting, Silverlight
  • 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 find here: \Program Files\TestDriven.NET 2.0\NUnit...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 04-28-2008, 12:00 AM
    Filed under: TestDriven.NET, Visual Studio, NUnit, UnitTesting
  • 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 to running individual public methods (ad-hoc tests...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 04-24-2008, 12:00 AM
    Filed under: TestDriven.NET, Visual Studio, UnitTesting, Silverlight
  • 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 types is the MbUnit RowTest . Until now there has...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 12-17-2007, 12:00 AM
    Filed under: TestDriven.NET, Visual Studio, NUnit, UnitTesting, MbUnit
  • 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 projects can be a great way to learn a new technology...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 05-30-2007, 12:00 AM
    Filed under: TestDriven.NET, Visual Studio, .NET, Mono, UnitTesting, MVP, Orcas, Microsoft
  • 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 and click on any node in the 'Solution Explorer...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 04-02-2007, 12:00 AM
    Filed under: TestDriven.NET, Visual Studio, .NET, Mono, UnitTesting
  • 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 manual tests, integration tests, generic tests as...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 11-08-2006, 12:00 AM
    Filed under: TestDriven.NET, Visual Studio, .NET, Code Coverage, VSTS, UnitTesting
  • TestDriven.NET 2.18 + NUnit 2.5 Beta

    I’ve just uploaded a new version of TestDriven.Net with support for NUnit 2.5 Beta . There’s a menagerie of weird and wonderful new attributes to choose from in this point release of NUnit. Ben Hall has written a good summary of the Alpha version and I’m sure Charlie Poole will be blogging about the...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 12-02-2008, 12:00 AM
    Filed under: NUnitAddin, TestDriven.NET, Visual Studio, NUnit, UnitTesting, F#
  • Improved support for MbUnit, xUnit and Gallio

    The main focus of the TestDriven.Net 2.18 release has been to improve support for test runner plug-ins in general (not just NUnit ). If you’re using xUnit , MbUnit or Gallio – I recommend you upgrade to this version. Automatic support for 64-bit machines The registry layout on 64-bit machines is plain...
    Posted to TestDriven.NET by Jamie Cansdale (Weblog) by Jamie Cansdale on 12-03-2008, 12:00 AM
    Filed under: TestDriven.NET, Visual Studio, UnitTesting, MbUnit, xUnit
Page 1 of 2 (20 items) 1 2 Next >