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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

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

Should you not amend the Unit tests to reflect the desired result of the refactoring prior to actually implementing the refactoring (if appropriate)? If it is...
6 Feb 3, 2005
9:54 pm

Thomas Eyde
thomas_eyde
Send Email

All, [[This is the first announcement of this project on this list. If you're interested, please visit http://pag.csail.mit.edu/continuoustesting and...
1 Feb 3, 2005
4:44 pm

David Saff
dsaff
Send Email

We're experimenting with test-driven development of a struts app, and have conjured into existence the action and form using the mockobjects approach in...
7 Feb 3, 2005
12:46 am

George Dinwiddie
gdinwiddie
Send Email

I lead a team of 5 developers who primarily develops web applications using Visual Interdev and are moving to Visual Studio 2003 using C#. We have been using...
7 Feb 2, 2005
11:45 am

Glenn Halstead
glenntdhalstead
Send Email

Hi, I've been playing again with "zero button testing" - correctness coloring as you type, much like David Saff's Automated Continuous Testing. The latest...
1 Feb 2, 2005
6:55 am

Carl Manaster
cmanaster
Send Email

I've taken several stabs at testing GUIs, and still do a certain amount of it, but am becoming skeptical of the endeavor. This isn't because of technical...
3 Feb 1, 2005
4:02 pm

Robert Hanson
mvarobert1
Send Email

... rather ... to ... When you capture a Metafile, you can decompose it into all its raw graphics commands. You can spot-check these (did my string turn...
6 Feb 1, 2005
3:01 pm

Phlip
phlipcpp
Send Email

Why can't you do both? If "Design by contract" means that you design an interface, then you can. You have a test, a concrete object, and an interface. The...
4 Feb 1, 2005
1:31 pm

SirGilligan
Send Email

That's a neat idea! I did this kind of thing, but I used two Stacks; one for used cards and one for unused cards, and let the Shuffle-routine move cards from...
1 Feb 1, 2005
6:29 am

Mattias VannergÄrd
xjom
Send Email

The quality of the presentation layer is an extremely important part of WinForms .Net applications, and yet, there doesn't seem to be an elegant way to prove...
16 Jan 31, 2005
11:50 pm

Charlie Poole
cpoole98370
Send Email

I just started a thread on another group but I thought it would be good to post the jist of it here as well. (Remember the topic is TDD and Design by Contract)...
3 Jan 31, 2005
10:18 pm

SirGilligan
Send Email

Greetings, I've been thinking about implementing XP for my team who works on a series of web apps which are hosted on an intranet for internal staff. ...
3 Jan 31, 2005
6:47 pm

Anthony Kaufman
cassiuslonginus
Send Email

Does anyone recommend using a Code Coverage tool? If so, which one works best? I am currently using Visual Studio 2003 and am starting to use NUnit 2.2. I...
21 Jan 31, 2005
6:09 pm

Griffin Caprio
griffinc18
Send Email

* * * J O I N O U R C O N F E R E N C E C O M M I T T E E * * * The Association for Software Testing (http://associationforsoftwaretesting.org/) is a...
1 Jan 31, 2005
4:40 pm

Dave Liebreich
liebreich
Send Email

Hi Charlie, please see comments inline. While I actually use CppUnit instead of NUnit my comments should be applicable in general. "Charlie Poole"...
1 Jan 31, 2005
12:50 pm

Johan Nilsson
judoka1981
Send Email

Hi All, Since nunit-developer is a small list, I thought I'd forward my question here, as well. Has anyone tried this? Charlie ... From:...
1 Jan 29, 2005
10:20 pm

Charlie Poole
cpoole98370
Send Email

Hi, Can anyone point to perhaps some open source code or an article that represents a good example of a well done TDD ASP.NET page, along with it's unit tests?...
1 Jan 29, 2005
3:08 am

ocean_west_2005
Send Email

How about "executable specifications";? ... From: SirGilligan [mailto:sirgilligan@...] Sent: Friday, January 28, 2005 10:25 AM To:...
1 Jan 28, 2005
6:48 pm

Steven Gordon
sfman2k
Send Email

I thought it might be good to share things as I venture out into test driven development. I have over 20 years development experience. I have been doing unit...
1 Jan 28, 2005
6:24 pm

SirGilligan
Send Email

Suppose I have written several tests (I'm using Nunit): [Test] public void Atest()... [Test] public void Btest()... [Test] public void Ctest()... I see a fair...
7 Jan 27, 2005
4:46 am

Charlie Poole
cpoole98370
Send Email

Jim, I know this problem space well. I've been doing my best to use TDD on our WinForms app for some time now. Our approach is 3 pronged. 1) Get the controls...
2 Jan 27, 2005
12:24 am

Peter Gummer
peter_gummer
Send Email

... J.B. - you've just described much of what MbUnit does. Cheers Mark...
1 Jan 26, 2005
7:47 pm

Mark Levison
marklevison
Send Email

Call for Participation - Agile 2005 July 24-29, 2005. Marriott Hotel, Denver, Colorado, USA. http://www.agile2005.org March 1: Submissions due for Tutorials...
1 Jan 26, 2005
11:21 am

William Wake
wwake2
Send Email

If you treat the created application as a black-box, what behaviour do you expect? Don't worry about the generated code except insofar as it offers an API....
1 Jan 26, 2005
6:49 am

Donaldson, John (GEO)
geo_johnfr
Send Email

Folks, I'm curious about the way people generally order their development when applying TDD. I've always felt that to get the best out of the TDD approach, it ...
16 Jan 25, 2005
6:57 pm

James Grenning
jwgrenning
Send Email

This is probably a no-brainer for you TDD pros out there, but I'm new and just getting up to speed. I have a transaction processor class. It needs to record...
2 Jan 24, 2005
10:02 pm

J. B. Rainsberger
nails762
Send Email

Hi All, I just noticed that SharpDevelop is now integrating NUnit 2.2. It's rather cool... and free. See http://www.icsharpcode.net/OpenSource/SD/Default.aspx....
3 Jan 24, 2005
9:36 pm

Charlie Poole
cpoole98370
Send Email

From: "Tony Byrne" <yahoogroups.at.byrnehq.com@...> To: "testdrivendevelopment@yahoogroups.com" ...
28 Jan 24, 2005
5:40 pm

J. B. Rainsberger
nails762
Send Email

... You'll also find a link to it from a page I'm sure you're familiar with :-) http://www.xprogramming.com/software.htm (look for Oracle - that's how I found...
7 Jan 24, 2005
2:52 pm

Philip Nelson
PanManPhil
Send Email

I'd like to know how others deal with defining the scope of tests. For example, I have a business object that I've developed using TDD. One method of the...
3 Jan 22, 2005
9:13 pm

Rex Madden
asian10
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