Skip to search.
testdrivendevelopment · Test-driven Development

Group Information

  • Members: 3502
  • 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

  Messages Help
Advanced
Messages 2616 - 2645 of 34997   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2616 bxken Offline Send Email Dec 1, 2002
3:35 pm
Hello Pierre, This is a solution for static test data files: When using VS.NET, add your test files to your test project and set their Build Action to...
2617 Ron Jeffries
ronaldejeffries Offline Send Email
Dec 1, 2002
4:14 pm
... Neat. Thanks! Ron Jeffries www.XProgramming.com Computers are useless. They can only give you answers. -- Picasso...
2618 Pierre Boudreau
pier1972 Offline Send Email
Dec 1, 2002
5:33 pm
... You da man! That's what I was looking for. I will try it out. Thanks Bernard, Pierre...
2619 Kari Hoijarvi
hoijarvi Offline Send Email
Dec 2, 2002
1:17 pm
... From: David Moskowitz [mailto:davidm2@...] ... I am very surprised of this statement. After trashing LOC/hr, you suggest that other size measures are...
2620 Kari Hoijarvi
hoijarvi Offline Send Email
Dec 2, 2002
1:17 pm
Do you have a link to "pomodori"? Kari ... From: Kent Beck [mailto:kentbeck@...] What I heard was similar. Kari says estimated LOC * C = clock time, but ...
2621 Kari Hoijarvi
hoijarvi Offline Send Email
Dec 2, 2002
2:11 pm
Yes, they're very similar. I like LOC better than gummi bears, because with LOC I can have an automated reality check. ... which is almost precisely what...
2622 bgebhardt Offline Send Email Dec 2, 2002
4:02 pm
... would ... On a larger scale than PSP, I was trying to inhibit really bad release level estimates in a development organization of about 75 people. I knew...
2623 David Moskowitz
dbmoskowitz Offline Send Email
Dec 2, 2002
10:36 pm
OK, guilty as charged... ;-) Personally, I'm not sure there is a good numerical representation of programmer productivity -- before the fact. You didn't say...
2624 wtanksleyjr@...
wtanksle Offline Send Email
Dec 3, 2002
12:53 am
From: David Moskowitz <davidm2@...> ... It's hard to know what exactly a programmer is going to produce before the fact -- we're developing brand new ...
2625 David Moskowitz
dbmoskowitz Offline Send Email
Dec 3, 2002
3:20 am
As I said in a previous note: There is a difference between estimates and productivity. The rest of my comments are interspersed... ... We may have to agree to...
2626 emily.bache@...
emilybache Offline Send Email
Dec 3, 2002
2:02 pm
... Hi, I also have tests for code that works with files. I have a mixture of approaches. For some tests, the file contents is included as a string in the test...
2627 David K Allen
davidkallen Offline Send Email
Dec 3, 2002
3:21 pm
... goes ... I liked the suggestion. So I set an option in Visual Studio.Net - Source Control - General to "Keep Items Checked out when checking in". That way,...
2628 Brian Christopher Rob...
bcrtrw Offline Send Email
Dec 4, 2002
5:06 pm
I recently got the book The Little Schemer and want to give some Scheme a try. I did a search for SchemeUnit but didn't come up with anything. Is there a TDD...
2629 dossy Offline Send Email Dec 4, 2002
5:51 pm
... Google for "scheme unit testing" turns up these two as the first two hits: A SCHEME UNIT-TESTING FRAMEWORK ...
2630 Kent Beck
kentlbeck Offline Send Email
Dec 4, 2002
7:00 pm
http://www.communications.xplabs.com/docs/klondike/Tracking-AWorkingExpe rience.pdf They size stories and tasks with estimated clock time, not the two stage ...
2631 clifton_kussmaul
clifton_kuss... Offline Send Email
Dec 4, 2002
8:36 pm
Hello, I have a project with many test cases of similar form, and I'm looking for the right way to organize them. I'm using C# and NUnit, but the issue seems...
2632 Al Chou
HotFusionMan Offline Send Email
Dec 4, 2002
9:15 pm
I've been researching ideas for incorporating a data-driven test style into a test framework my company is currently building. Ours is more an integration ...
2633 Kyle Cordes
kylejcordes Offline Send Email
Dec 4, 2002
10:02 pm
From: "Kent Beck" <kentbeck@...> ... http://www.communications.xplabs.com/docs/klondike/Tracking-AWorkingExpe ... stage ... I get an error about "cannot...
2634 Joshua Fox
joshua_t_fox Offline Send Email
Dec 5, 2002
7:06 am
In order to run a test that runs repeatedly, with each run being configured differently, I have a class FunctionalTest extends TestCase The constructor takes...
2635 John Goodsen
jgoodsen Offline Send Email
Dec 5, 2002
8:05 am
... What Ant task are you using? Can you write a single "test" method that builds up the suite and executes it? -- John Goodsen RADSoft / Rapid...
2636 Joshua Fox
joshua_t_fox Offline Send Email
Dec 5, 2002
1:55 pm
Thanks for the help. I spent more time reading through the source code and JavaDocs, and found that the Ant JUnit task actually does call the static suite()...
2637 Christian Taubman
xtiantaubman Offline Send Email
Dec 5, 2002
2:23 pm
When I find myself wanting to throw test after test at a given class it's usually because I'm trying to do too much in that class. Can you refactor some of...
2638 Ron Jeffries
ronaldejeffries Offline Send Email
Dec 5, 2002
2:50 pm
... well, not so much really, in my opinion ... ... OK, well. First of all, I'm wondering why you want to see them all. And I'm wondering why you are expecting...
2639 Ian Davis
ianalchemy Offline Send Email
Dec 5, 2002
5:29 pm
Has anyone looked into how TDD is affected in an Eiffel Design By Contract system? Obviously unit testing is far more flexible than specifying contracts, but...
2640 wtanksleyjr@...
wtanksle Offline Send Email
Dec 5, 2002
6:35 pm
From: Ian Davis <iand@...> ... I've put some thought into it, yes. The problem is that I wound up deliberately not using DBC, because in C it's...
2641 Phlip
phlipcpp Offline Send Email
Dec 5, 2002
7:21 pm
From: "Ian Davis" ... The two people to ask are John Sarkela (down with Eiffel & Bertrand >and< Smalltalk & Beck since the neolithic) and Steven Perryman...
2642 Rémon Sinnema
rssinnema Offline Send Email
Dec 5, 2002
7:56 pm
... allow ... check ... me ... Or you could use a version control system that allows committing changes to the code repository without first checking out...
2643 Phlip
phlipcpp Offline Send Email
Dec 5, 2002
9:18 pm
... Those who believe too much in "Design for Testing" (meaning you write the code expecting to test it, then test it) miss an important point of TDD. Forcing...
2644 wtanksleyjr@...
wtanksle Offline Send Email
Dec 5, 2002
9:40 pm
From: "Phlip" <plumlee@...> ... Very good point, Phlip. My post mentioned only one of the dangers of Design By Contract, but there are actually...
2645 Phlip
phlipcpp Offline Send Email
Dec 5, 2002
10:31 pm
... I like rules that help stupid programmers avoid things ;-) -- Phlip http://www.c2.com/cgi/wiki?DevNull -- Ask about our Venture Capital ignition...
Messages 2616 - 2645 of 34997   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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