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: 4914
  • 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

Hello, I wrote an article about using Fitnesse for developing web applications. Please check it out on java.net: ...
1 Nov 23, 2005
4:38 pm

robertjmiller_jgs
robertjmille...
Send Email

I've a set of classes that generate messages, those messages are created using string.Format(), where the base string arrive from a resource file. My problem...
1 Nov 23, 2005
2:11 pm

Ayende@...
ayende_tdd
Send Email

... It depends on the mock framework; this isn't a problem with mocks per se, just with many of the implementations. For example, easymock at www.easymock.org...
2 Nov 23, 2005
2:06 pm

Tim Haughton
haughtontim
Send Email

... I've done som TDD for Stored Procedures, bt I did it without any framework (I'll be sure to look into SPUnit!). The way I did it: We have all our SPs in...
1 Nov 23, 2005
12:14 pm

avinap77
Send Email

... We often take for granted a simple ideal. The uproar over MS's "wizard-first" version of TDD is really because we have three kinds of "design" going on. -...
2 Nov 23, 2005
12:33 am

dhui@...
dhui_2002
Send Email

If there really is no logic in the business layer (seems somewhat doubtful in reality...) then why not skip directly to acceptance testing? I don't know if...
5 Nov 22, 2005
10:14 pm

Daryl Richter
n_going_zax
Send Email

It's just a thought, but if it's an MFC project, have you included <stdafx.h> first? Your precompiled headers could be giving you grief... possibly. I'm not...
3 Nov 22, 2005
7:58 pm

David L Goldsmith
noaadgoldsmith
Send Email

Had it happen to me; and I did not find a better way. I posted this issue to this list about 6 months ago or so, so maybe look back at the archive? ...
3 Nov 22, 2005
5:57 pm

Anderson, Kelly
kellycoinguy
Send Email

Has anyone else noticed that the right click menu items for TestDriven.NET disappear from time to time? The only way I've been able to get them back is by...
3 Nov 22, 2005
5:51 pm

Sam Gentile
sgentile@...
Send Email

I'd have a class clsEntrySaver which is pretty much a activerecord object - it has properties that map to the database table. Then I'd have the presenter set...
15 Nov 22, 2005
11:04 am

avinap77
Send Email

It sound like a missing semicolon at the end of your class definition. -- James Grenning/Object Mentor...
1 Nov 22, 2005
10:16 am

James Grenning
jwgrenning
Send Email

If each developer ships a successful module and got 100% of the features in there within the scheduled timeframe and had 100%code coverage under tests, then...
31 Nov 22, 2005
3:06 am

Paul Gale
paul_gale
Send Email

Hi! Again, I'm modifying the money example to implement my first tests (in VC7). I need to use the C++ STL <valarray> class in the code I'm testing so my...
1 Nov 21, 2005
11:07 pm

David L Goldsmith
noaadgoldsmith
Send Email

Maintaining flow between days, over the weekend, etc. is a challenging thing to do. I had a thought about using TDD to maintain flow, and I was wondering if...
7 Nov 21, 2005
9:19 pm

saff@...
dsaff
Send Email

Does anyone know of a way to test the HtmlInputFile control using NUnitAsp? I thought I would be able to create a custom NUnitAsp "Tester" class for the...
1 Nov 21, 2005
8:22 pm

im_no_scrub
Send Email

The NUnit 2.2.3 release contains two versions of each download: one built with .Net 1.1, one with .Net 2.0. So, what's the deal? Do we need separate versions?...
1 Nov 21, 2005
7:03 pm

Charlie Poole
cpoole98370
Send Email

Sure. First, at least in C++, you can't compile/link a program that has unresolved symbols; therefore you have to create the class and/or method you're using...
4 Nov 21, 2005
6:33 pm

David L Goldsmith
noaadgoldsmith
Send Email

Hi, I am trying very hard to follow XP personally with my .NET C# project. Using NUnit (this is a beaut) and so far so good. My immediate problem is this I...
2 Nov 21, 2005
6:11 pm

Russel Hill
russh347
Send Email

I have signed up for the TDD seminar on the 29th of November. Do you know if anyone else is going from Austin? Thinking we might be able to ride-share and grab...
1 Nov 21, 2005
5:13 am

Leeman Schmidt
leeman_schmidt
Send Email

The NUnit 2.2.3 release on sourceforge now includes a version that is built against .Net 2.0. Charlie [Non-text portions of this message have been removed]...
1 Nov 21, 2005
4:13 am

Charlie Poole
cpoole98370
Send Email

I'm taking a 15 year old C program and translating it into C#. I am also putting it under test as I'm doing this. I'm just curious if anyone has any advise...
6 Nov 20, 2005
7:33 pm

Tony Nassar
aanassar
Send Email

So, I'm modifying money to write my first tests and I get to the point where I want to write the first test to fail and I get a little stuck, so I go back and...
1 Nov 19, 2005
12:18 am

David L Goldsmith
noaadgoldsmith
Send Email

I'm about to start work on a BI web application. The two interesting parts of the app are the web UI, which is mostly charts, and the ETL and calculations in...
1 Nov 18, 2005
7:51 pm

Richard Lawrence
rchrdlwrnc
Send Email

Recently I've been thinking about the difference between unit tests and integration tests. I recently wrote three low-level systems: a subsystem loader, a...
5 Nov 18, 2005
6:08 pm

David Saff
dsaff
Send Email

Hi all. I'm currently working on something which should be simple, but am finding myself a bit lost. Hope any of you can give me a good perspective. Her'es my...
3 Nov 18, 2005
11:50 am

avinap77
Send Email

Now that I've been knee deep in TDD for a while I've come to notice a recurring pattern that is a bit disturbing. I run into problems when there are...
38 Nov 18, 2005
11:41 am

avinap77
Send Email

If you employ a Geometry Model to layout your dialogs for you, then you can TDD the geometry model itself, and then let the rules take care of the rest. I...
15 Nov 18, 2005
11:16 am

Ilja Preuss
ipreussde
Send Email

Hi! In my off-list exchanges with K. Anderson, I hit on the idea of doing a TDD "Hello, world" in C++. I want to share what I got so far, 'cause I think I'm...
34 Nov 18, 2005
8:12 am

Philippe Antras
p_antras
Send Email

Another q stemming as much from my inexperience w/ OO as with TDD. When I begin an OO project, I try to identify the objects it will require, and then I set...
9 Nov 17, 2005
11:06 pm

Anderson, Kelly
kellycoinguy
Send Email

Straw poll. Do you Test Drive the layout of your GUI? Why? If not, why not? Cheers, Tim Haughton...
22 Nov 17, 2005
2:35 pm

Randy MacDonald
rando0227
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