Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

testdrivendevelopment · Test-driven Development

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4912
  • Category: Software
  • Founded: Feb 7, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
12 Feb 3, 2007
10:17 am

unmesh_joshi
Send Email

TDD and Zen <http://jayflowers.com/WordPress/?p=129> After some experience it seems that Zen and TDD are worth talking about. -- Jay Flowers ... ...
12 Feb 2, 2007
11:38 pm

Charlie Poole
cpoole98370
Send Email

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...
51 Feb 2, 2007
12:57 am

Kelly Anderson
kellycoinguy
Send Email

The Case of the Missing Fingerprint <http://www.stickyminds.com/BetterSoftware/magazine.asp?fn=cifea> February 2007- Better Software Magazine Feature Article ...
1 Feb 1, 2007
4:25 pm

Megan Brown
meganole25
Send Email

Hi, I've written down a small article about TDDing a Castle Monorail/ActiveRecord application at: ...
16 Jan 31, 2007
4:23 pm

Colin Young
colin_young
Send Email

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...
4 Jan 29, 2007
9:02 pm

Lucio Assis
luciopassis
Send Email

... Make the method return something? -- Phlip http://www.greencheese.us/ZeekLand <-- NOT a blog!!!...
1 Jan 29, 2007
1:03 pm

Phlip
phlipcpp
Send Email

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...
6 Jan 28, 2007
8:42 pm

Michael Nygard
mtnygard
Send Email

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,...
2 Jan 28, 2007
8:05 pm

Donaldson, John (GEO)
geo_johnfr
Send Email

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...
1 Jan 27, 2007
3:53 pm

Greg Akins
angrygreg
Send Email

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...
9 Jan 26, 2007
5:22 am

Steve Freeman
smg_freeman
Send Email

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...
3 Jan 25, 2007
4:32 pm

James Carr
cloud_strife...
Send Email

Shot Clouds Ron Jeffries 01/14/2007 We draw some density pictures, improve some code, and recognize at least some of our flaws. ...
32 Jan 24, 2007
8:00 pm

Charlie Poole
cpoole98370
Send Email

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...
12 Jan 24, 2007
6:46 pm

yahoogroups@...
jhrothjr
Send Email

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...
15 Jan 24, 2007
3:28 pm

Kelly Anderson
kellycoinguy
Send Email

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...
20 Jan 23, 2007
7:22 pm

Alan Baljeu
alanbaljeu
Send Email

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...
1 Jan 23, 2007
4:43 pm

Ron Jeffries
ronaldejeffries
Send Email

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...
1 Jan 23, 2007
3:11 pm

Ron Jeffries
ronaldejeffries
Send Email

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!" ...
2 Jan 23, 2007
2:18 pm

Anthony Williams
anthony_w.geo
Send Email

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...
6 Jan 22, 2007
5:46 pm

Wojciech Biela
ilfrin
Send Email

public class TestClass { [Test] public void TestMethod1() { SomeType parameter = new SomeType(); Expect.Call() } [Test] public void TestExecute() { SomeClass...
1 Jan 22, 2007
4:05 pm

FreeStyler
freestyler@...
Send Email

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...
2 Jan 22, 2007
1:32 am

John Fiala
jcfiala
Send Email

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...
11 Jan 21, 2007
3:11 am

Ron Jeffries
ronaldejeffries
Send Email

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...
15 Jan 20, 2007
6:30 am

Jeffrey Fredrick
frogstar
Send Email

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...
5 Jan 20, 2007
2:53 am

Tamas Szabo
balkan_tourist
Send Email

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...
1 Jan 19, 2007
2:58 pm

Greg Akins
angrygreg
Send Email

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...
5 Jan 19, 2007
12:31 pm

Donaldson, John (GEO)
geo_johnfr
Send Email

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...
17 Jan 18, 2007
7:11 pm

George Dinwiddie
gdinwiddie
Send Email

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...
1 Jan 18, 2007
6:41 pm

milad_ershaghi
Send Email

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...
9 Jan 17, 2007
5:10 pm

yahoogroups@...
jhrothjr
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help