Browse by Tags
All Tags »
Visual Studio T... »
Test Driven Development (RSS)
I have written a blog post detailing the issues that I have with ExpectedException. Also, I am not just complaining, I have ported in a sense the Assert.Throws method that Brad and I wrote for xUnit.net to make it work in NUnit and the testing tool in
Read More...
The CodePlex team will be well represented again at the patterns & practices Summit in Redmond, WA - November 5-9, 2007 . We will be presenting or co-presenting the following sessions: "Yet Another Talk on Agility" - Brad Wilson and Peter Provost
Read More...
These two books were recently published by Addison-Wesley. For a blog post on each book see the following on my new blog: xUnit Test Patterns by Gerard Meszaros Better Software Development for Agile Teams by Will Stott and James Newkirk If you have any
Read More...
I have decided for a number of reasons to move my blog to a new address. The new address is http://jamesnewkirk.typepad.com . For a few posts I will be cross-posting but about a month from now I will be at the new address exclusively. Please join me at
Read More...
(co-authored with Brad Wilson ) Even since the release of Visual Studio Team System 2005 with easy to use code coverage tools, people inside (and outside) of Microsoft have been talking about what it means. The most common approach we've seen is for a
Read More...
I have been getting asked quite a bit lately about updating the Test-Driven Development book. A number of things have changed since the book was published. Among them is .NET 2.0 has shipped, Visual Studio Team System has an integrated unit testing tool,
Read More...
I will be in Los Angeles next week (September 13-16, 2005). On Wednesday (September 14) and Thursday (September 15) I will be in the Product Pavilion at the GotDotNet station. I don't have specific times in which I will be there but if you let me know
Read More...
I have released V0.5. You can get it here . Due to the feedback I received from Scott Densmore this new version has support for files contained in folders within a project and a number of other bugs he and Brian Button found when converting the tests
Read More...
From Peli's Blog... Unit Testing in .NET Projects by Jay Flowers and Andrew Stopford -- The article describes how to use features in NUnit, MbUnit, and Visual Studio's new integrated unit testing.
Read More...
I was talking with Scott Densmore and Brian Button who are busy converting the tests in Enterprise Library to use Visual Studio 2005 Team System and they mentioned that they would like to have the converter convert all the files that are contained in
Read More...
There is a new version (0.3) of the converter in the GotDotNet workspace. Click here to download. This version adds support for VB.NET and fixes a few bugs that I discovered as I did more extensive acceptance testing. I have done much more acceptance
Read More...
In addition to GotDotNet workspaces V2 I have been busy on the testing front. A number of customers have started looking at the new testing tool in Visual Studio 2005 Team System. One of the first questions that comes to mind is what am I going to do
Read More...
MSDN Architecture will hold a Live Meeting Webcast on patterns & practices covering Test Driven Development. The Webcast will be held on July 15, 2004, from 11:00 AM to 12:30 PM Pacific Time (GMT-8, US & Canada). It will be led by Jim Newkirk,
Read More...
Last week I gave this 90 minute presentation at the Agile Development Conference in Salt Lake City, Utah. I have uploaded the slides for this presentation to the Test-Driven Development workspace.
Read More...
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...