The Artima Developer Community
Sponsored Link

.NET Buzz Forum
BENUG Test Driven Development Session - TestDriven.NET

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
David Cumps

Posts: 319
Nickname: cumpsd
Registered: Feb, 2004

David Cumps is a Belgian Student learning .NET
BENUG Test Driven Development Session - TestDriven.NET Posted: Sep 10, 2004 1:29 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by David Cumps.
Original Post: BENUG Test Driven Development Session - TestDriven.NET
Feed Title: David Cumps
Feed URL: http://weblogs.asp.net/cumpsd/rss?containerid=12
Feed Description: A Student .Net Blog :p
Latest .NET Buzz Posts
Latest .NET Buzz Posts by David Cumps
Latest Posts From David Cumps

Advertisement
Today I went to a BENUG session about test driven development, and I finally got NUnitAddin to work ;)

A small recap of today:
  • Get TestDriven.NET-0.9.615d.msi, this includes MbUnit along with NUnitAddin already setup to work with MbUnit. No more need to edit that config file yourself. The future testing tool is TestDriven.NET ;)
  • Reference Core, Framework and TestFu in your project.
  • Add [TestFixture] as attribute to your class.
  • Add [Test] as attribute to a method.
  • Right click somewhere in the class and Run Tests, to run them all, or right click in one method to only run that one.
  • Watch the Output window display success or failed, and display the report url at the end.
  • CTRL+Click the url to see a detailed report (view example).
For all other news, I redirect you to Jonathan de Halleux his blog, where he talks about the Database Populator Framework and other nice testing stuff.

Note:
If you have installed csUnit, leave it installed! Do NOT uninstall it unless you are good enough informed about the uninstall possibly fucking up your VS.NET installation. I uninstalled it today, and poof, adding classes and everything else trough VS.NET was broken, solution, Repair VS.NET :(

Read: BENUG Test Driven Development Session - TestDriven.NET

Topic: Book Review - Best Kept Secrets of .NET Previous Topic   Next Topic Topic: Sagestone Consulting's AdServer 2002 for CMS

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use