Welcome to MSDN Blogs Sign in | Join | Help

James Newkirk's Blog

Adding to the kipple... One post at a time.

June 2004 - Posts

Unit Testing with a Database
I ran across a couple of articles over the weekend that I think are really helpful with regard to this difficult and mildly controversial topic. Roy Osherove ( http://weblogs.asp.net/rosherove/archive/2004/06/19/160141.aspx ) Steve Eichert ( http://dotnetjunkies.com/WebLog/seichert/archive/2004/06/19/17046.aspx Read More...
Quick & Dirty Compatibility
You say this new unit testing tool in VS Team System is something that you want to use but you have a large number of existing tests in NUnit. For some reason you don’t have a great desire to walk through and change all the attribute names. Well, Read More...
.NET Rocks on Test-Driven Development
From the .NET Rocks web-site: .NET Rocks interviews John Alexander and Barry Gervin John and Barry talk with us about Test-Driven Development, Unit Testing, and other aspects of Extreme Programming that are being used today. We had given lip service to Read More...
Why unit testing in Visual Studio Team System - Again
I know there is nothing that I can say that will be viewed objectively, because I am a Microsoft employee and I have been tangentially involved with the VS Team System development team (I am the development lead for the patterns & practices). That Read More...
Microsoft patterns & practices Block Testing
“Microsoft patterns and practices test team is currently working on developing guidance focusing on testing .NET application blocks. The guide's TOC and two draft chapters have been made available so its possible for others to provide feedback. Read More...
Why unit testing in Visual Studio Team System?
Jason Anderson a Microsoft Program Manager on the Enterprise Development and Test (EDT) team blogs a response to the question: ( http://weblogs.asp.net/jason_anderson/archive/2004/06/04/148252.aspx ) Read More...
Testing Private Methods/Member Variables - Should you or shouldn't you
One of the often requested features of NUnit was the ability to test private member variables and private methods. I resisted because I always felt that if you limited yourself to the public interface that enabled you to freely change the implementation Read More...
Code Snippets for VS Team System Unit Test Framework
I have uploaded code snippets for unit testing in Visual Studio Team System to the Test Driven Development workspace ( http://workspaces.gotdotnet.com/tdd ). These snippets inlclude: TestClass TestMethod TestMethod, ExpectedException TestInitialize TestCleanup Read More...
I can't type - Code Snippets in Visual Studio 2005 to the rescue
Visual Studio 2005 has a feature that will help me and hopefully you a great deal. See, I do not know how to touch type. However, many people who have seen me type think I am one of the fastest two finger typists around. This is probably not something Read More...
MSDN Architecture Webcast: Test Driven Development in Microsoft .NET
Sorry for the late notice... MSDN Architecture will hold a Live Meeting Webcast on patterns & practices covering Test Driven Development. The Webcast will be held on June 3, 2004, from 11:00 AM to 12:30 PM Pacific Time (GMT-8, US & Canada). It Read More...
My first unit test in Visual Studio Team System
As usual when you sit down and write your first bit of code in a new language or in this case a new unit testing framework what else would you write other then the tested version of Hello World (thanks to Scott Densmore ). In this case the unit testing Read More...
Why Blog?
For a number of months many people have been after to me write a blog. I have resisted because I did not want to be one of the people who started writing a blog with a lot of energy only to see it whither to a few posts a year. However over the past few Read More...
Page view tracker