Search the web
Sign In
New User? Sign Up
extremeprogramming · Extreme Programming
? 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.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 115574 - 115603 of 146496   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
115574
Nice piece, Jim! I have some questions though: This method you use to structure your specifications/tests, as in parse.html in the Fit library, does it not...
Dadi Ingolfsson
comspy66
Offline Send Email
Dec 1, 2005
10:53 am
115575
Hi Denis, ... Great. I'm puzzled about how developers still exhibit "push to QA" behaviour... Can you tell us a story or two about that? What do they do or...
Dominic Williams
xpdoka
Offline Send Email
Dec 1, 2005
5:05 pm
115576
Hi Jim, Thank you for a very good reading. However I am a little bit confused about the balance between FIT automated customer tests and the normal...
Dan Bunea
danbunea
Offline Send Email
Dec 1, 2005
10:02 pm
115577
Hi, Dadi, ... I see your point and I would certainly do this if I felt I were writing tests. In this case, though, the testing aspect, while still important, ...
Jim Shore
jimlittle82
Offline Send Email
Dec 2, 2005
3:51 am
115578
Hi, Dan, ... I would suggest using NUnit to test everything that you as programmers feel should be tested. I don't see Fit as a testing tool. I use Fit to...
Jim Shore
jimlittle82
Offline Send Email
Dec 2, 2005
4:01 am
115579
... Not wanting to tell you your own mind, but I suspect that if you thought about it, you wouldn't see NUnit as a testing tool either. I'd contend that Fit...
Tim Haughton
haughtontim
Offline Send Email
Dec 2, 2005
7:39 am
115580
... Well, lets make that two crosses ;) I actually think it is possible to do story testing for developing the GUI. The trick is to just focus on the...
Hugo Garcia
elhugonyc
Offline Send Email
Dec 2, 2005
7:51 am
115581
... I must say I beg to differ here. Although I completely agree with your assessment that Fit and xUnit are specification tools, for different contexts, I do...
Dadi Ingolfsson
comspy66
Offline Send Email
Dec 2, 2005
9:26 am
115582
Hi Jim, Thank you very much for the response. Fit seems to have it's place where the scenarios get more complicated and NUnit reaches its limits. Like maybe...
Dan Bunea
danbunea
Offline Send Email
Dec 2, 2005
9:37 am
115583
... I think that perhaps I should have said TDD is a specification process rather than xUnit is a specification tool. xUnit tools can of course be used for...
Tim Haughton
haughtontim
Offline Send Email
Dec 2, 2005
9:45 am
115584
... And, as Dadi points out, xUnit supports the automated verification of TDD specifications, allowing them to also function as automated unit tests for any...
Steven Gordon
sfman2k
Offline Send Email
Dec 2, 2005
10:39 am
115585
... Absolutely. Like I've said elsewhere, TDD is about specifying, unit tests are about verifying. Cheers, Tim...
Tim Haughton
haughtontim
Offline Send Email
Dec 2, 2005
11:15 am
115586
... I've generally operated this same way, but I've been having some second thoughts. I was going to just respond here, but it got somewhat verbose so I posted...
David Chelimsky
dchelimsky
Offline Send Email
Dec 2, 2005
3:38 pm
115587
... I've generally operated this same way, but I've been having some second thoughts. I was going to just respond here, but it got somewhat verbose so I posted...
David Chelimsky
dchelimsky
Offline Send Email
Dec 2, 2005
4:04 pm
115588
On 12/2/05, David Chelimsky <david@...> wrote: [In his blog entry] ... This is a place I see good leverage. I see the difference when a Fit test...
William Wake
wwake2
Offline Send Email
Dec 2, 2005
5:38 pm
115589
From: "David Chelimsky" <david.at.objectmentor.com@...> To: "extremeprogramming@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Dec 2, 2005
6:16 pm
115590
... John - I appreciate the notion of keeping things separate. I don't want the customer changing tables that *I'm* using as *programmer tests*. So that's a...
David Chelimsky
dchelimsky
Offline Send Email
Dec 2, 2005
7:01 pm
115591
My 2 cents (or at least how we treat it) are that the details of your MVP, subsequent DAOs, and any of the other little individual things it must do are...
Rob Park
rpark68
Offline Send Email
Dec 2, 2005
8:40 pm
115592
A couple of keys for me on this topic are 1) no story is done unless it passes its acceptance tests (QA tests) and 2) strive for a very high level of...
Rob Park
rpark68
Offline Send Email
Dec 2, 2005
8:54 pm
115593
I guess I would suggest that if you _are_ finding significant issues either towards the end of an iteration (or worse after the iteration) that another ...
Rob Park
rpark68
Offline Send Email
Dec 2, 2005
9:02 pm
115594
... Actually I have seen this often in environments where you develop for the Mainframe. This is something that can sometimes be overcome by using simulators...
David H.
bitchauctioneer
Offline Send Email
Dec 2, 2005
9:11 pm
115595
We're building an Excel interface to one of our products. Nearly all of the functionality in our application that will be required by/driven by Excel is...
Kenig, Neil
nkenig
Online Now Send Email
Dec 2, 2005
9:22 pm
115596
... Hi David, I have no problem, in principle, in using Fit for unit tests and JUnit for storytests. It depends on the abilities of the human readers and the ...
Rick Mugridge
rickmugridge
Offline Send Email
Dec 2, 2005
10:06 pm
115597
Yes, I think they're just tackling different levels of the system. With good tool support, I could image using Fit for all my unit testing as well. I look...
Rick Mugridge
rickmugridge
Offline Send Email
Dec 2, 2005
10:15 pm
115598
Hi David, Yes, I agree with your point of view and have seen it work very well in practice. With calculation rules like your validation table, it makes much...
Rick Mugridge
rickmugridge
Offline Send Email
Dec 2, 2005
10:23 pm
115599
... [snip] ... They are a very unique company with an unusual management structure that makes this somewhat understandable, but I would be surprised if many...
Daryl Richter
n_going_zax
Offline Send Email
Dec 3, 2005
1:35 am
115600
I was just wondering if anybody had any other ... Using ruby to drive excel though the WIN32OLE package. http://www.rubygarden.org/ruby?ScriptingExcel Have...
David Bogus
DavidBogus@...
Send Email
Dec 3, 2005
1:44 am
115601
... Now I'm really interested. I visited a pretty unique company once with an unusual management structure. Did this company happen to be on the east coast of...
Doug Swartz
gruverguy
Offline Send Email
Dec 3, 2005
4:37 am
115602
... To take care of that, you put in place a SWATT team. This way, you still have new stories being implemented, and your SWATT team keeps the feedback loop a...
villemurevillemure
villemurevil...
Offline Send Email
Dec 3, 2005
10:54 am
115603
... That's certainly one way. I would not suggest that approach for code that is not yet released to the wild, and perhaps not even then. Ron Jeffries ...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Dec 3, 2005
11:36 am
Messages 115574 - 115603 of 146496   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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