Hi, In my company there is an initiative taken to buy an MDD tool. The tool has been advertised a lot and it is generally believed that, as the tool generates...
Shooting for Cleaner Code Ron Jeffries 01/08/2007 Last time, we jammed our new density code into the system, adding some incompatible methods and values. Today...
The Case of the Missing Fingerprint <http://www.stickyminds.com/BetterSoftware/magazine.asp?fn=cifea> February 2007- Better Software Magazine Feature Article ...
Okay this is going to be one of the dumbest questions I have asked in.. at least a month so here goes. How the heck do you do an Expect in Rhino Mock when the...
Hi All, A major problem we've been experiencing lately is acceptance tests that are breaking even though the code is good... a major problem is external...
TDDers: I respond to Dave Astels's article here: http://www.daveastels.com/articles/a-tale-of-two-codebases He compares a small Ruby to small Java applet,...
The Pittsburgh Coding Dojo will be hosting an "Iteration 0" meeting February 10th from 10:00AM to 4:00PM, in conjunction with the Western Pennsylvania Linux...
Hi, We have a big legacy C++ application that we are wanting to test. We've integrated MbUnit with our app in such a way that we can start the program, get it...
Hi all, I know that eclipse has a lot of automated tests, but was is written completly or partly test driven? If not, does anybody knows how is the test...
Hey Ron! Remember last week how we were talking about putting all the "real world" stuff in one area, and having pure clean "computer stuff" in the inner parts...
Hi everyone! My dev team wants to have t-shirts made up with the moto "clean code that works" but we want it in latin. Any scholars out there that can help us...
Help :-) I have a case where I need to create a long running workflow (although it involves only a handful of short running tasks). The workflow is something...
Shooting End to End Ron Jeffries 01/23/2007 We've been working for a couple of weeks of elapsed time now, we figure, so it's time to focus a bit more on end to...
Shotgun: Improving the Drawing Code Ron Jeffries 01/23/2007 When we went to the unit square implementation of PatterningSheet and ShotPattern, we stopped after...
Shooting for Cleaner Still Ron Jeffries 01/09/2007 A few more notes from our friends, and a solo pass over the code. Redneck's last words? "Watch this!" ...
Hi all, I am new to testing databases using tdd. Is there a better way to tdd the following: -To test different locks including optimistic locking. -To test...
public class TestClass { [Test] public void TestMethod1() { SomeType parameter = new SomeType(); Expect.Call() } [Test] public void TestExecute() { SomeClass...
http://weblogs.asp.net/jcogley/archive/2007/01/21/looking-for-the- perfect-job-where-you-can-do-test-driven-development-and-pair- programming.aspx Are you...
I'm spiking some code that drives sql server database replication setup and teardown. Eventually these will be unit tests that can be run on a semi-regular...
Hi I have just had a brief presentation of AgitarOne ... and all the One-liners aside, I was impressed with the additional features, especially the JUnit...
Hi all, Let's say I want to write an SMTP or HTTP server. How would you approach it? Taking the RFC spec and try to translate it to user stories and acceptance...
The Pittsburgh Coding Dojo will be meeting January 25th at 6:00PM at the Pittsburgh Technology Council. This meeting will be held as a "Coding Competition", of...
Hi there, I'm working on developing a library that utilizes an API that I don't control (System.DirectoryServices to be exact). The API is mostly centered...
It is my impression that whenever a feature is added, there may be many things which are affected by adding that feature. Like if I add a new aspect to the...
Dear TDD Group, I am geting an ExpectationException as described below - and can't seem to put my finger on the source of the problem. Do you notice anything...
Hi, the first version of "Getting Fit With .Net", a free tutorial on testing .Net code with FitNesse, is now online on http://gojko.net/fitnesse . This version...