Search the web
Sign In
New User? Sign Up
TestFirstUserInterfaces
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 403 - 432 of 1051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
403
A newbie on another mailing list (Ron Jeffries) asked a question recently. It inspired the first new paragraph in the following diatribe in a while. Test...
Phlip
phlip_cpp
Offline Send Email
Feb 6, 2004
12:49 am
404
... It's a nice writeup. Rather too limiting, but perhaps a good starting place for some. I'm really not quite that much in favor of forgetting everything one...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Feb 6, 2004
2:09 am
405
... Uh, yeah, it's kind of in a starting-place position. ... Exqueeze me? What line item advocated forgetting everything you know? The point, again: The time...
Phlip
phlipcpp
Offline Send Email
Feb 6, 2004
2:42 am
406
... I'm all for simplicity. But I think the time for everything you know is always. So while it might be a really good beginner's mind thing to do the minimal...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Feb 6, 2004
3:45 am
407
Why do I care if my test failed for the "right reason"? Shouldn't I just care about red bar/green bar? Since we're not terribly particular about whether they...
Mr Jim Frohnhofer
fijimf
Offline Send Email
Feb 10, 2004
2:12 am
408
... I hadn't noticed the irony. Getting the test to fail for the correct reason is indeed more important than passing for the correct reason! At red bar time: ...
Phlip
phlipcpp
Offline Send Email
Feb 10, 2004
4:30 pm
409
... The test might fail because it is wrong. This introduces a specification defect that your production code may then specify. Now you have a production...
J. B. Rainsberger
nails762
Offline Send Email
Feb 10, 2004
7:14 pm
410
But the arguments you make also hold for a test which passes unexpectedly, that is, the test may be wrong or one's mental model of the local design is wrong. ...
Mr Jim Frohnhofer
fijimf
Offline Send Email
Feb 10, 2004
10:33 pm
411
I'm probably splitting hairs, but I'm still not sure I agree. Let's say I'm progressing nicely: 1. Write test for a small bit of functionality 2. Stub out (if...
Mr Jim Frohnhofer
fijimf
Offline Send Email
Feb 10, 2004
10:46 pm
412
... Absolutely. -- Edmund Schweppe -- schweppe@... -- http://schweppe.home.tiac.net The opinions expressed herein are at best coincidentally related to ...
Edmund Schweppe
schweppe@...
Send Email
Feb 10, 2004
11:04 pm
413
... 1.5 compile, and see if there was stuff to stub out. If you think you know the target objects, expect a syntax error for any assumption of facts not in ...
Phlip
phlipcpp
Offline Send Email
Feb 10, 2004
11:59 pm
414
... If the test fails for the right reason, then it will pass for the right reason. If the test fails for the wrong reason, we may end up writing code that...
Anthony Williams
anthony_w.geo
Offline Send Email
Feb 11, 2004
10:06 am
415
... But the arguments you make also hold for a test which passes unexpectedly, that is, the test may be wrong or one's mental model of the local design is...
J. B. Rainsberger
nails762
Offline Send Email
Feb 11, 2004
5:34 pm
416
... The test could fail for the wrong reason because (perish the thought!) the test discovered a new bug. ===== Phlip ...
Phlip
phlipcpp
Offline Send Email
Feb 12, 2004
5:23 am
417
eXtremos: Someone elsewhere on the 'net read /TDD/, and asked how to design and code user interfaces. I replied: The purpose of Programmer Tests is to make...
Phlip
phlip_cpp
Offline Send Email
Feb 25, 2004
2:01 am
418
I recently had need to write a GUI component test-first. I posted my experiences to the Silicon Valley Patterns mailing list: ...
John Brewer
jbrewer999
Offline Send Email
Feb 25, 2004
2:14 am
419
I'm replying here, only because I didn't like the outgoing e-mail address Yahoo! chose when I tried to reply to the SV group. ... Any time you fake/stub a...
J. B. Rainsberger
nails762
Offline Send Email
Feb 25, 2004
3:16 pm
420
... How often do we replace GUI controls with Mocks? ===== Phlip http://www.xpsd.org/cgi-bin/wiki?TestFirstUserInterfaces __________________________________ Do...
Phlip
phlipcpp
Offline Send Email
Feb 26, 2004
2:35 am
421
quite often in the .Net world to test the code-behind. Although I usually wrap them in an interface so I don't have to carry /all/ the GUI baggage around with...
Steve Freeman
smg_freeman
Offline Send Email
Feb 26, 2004
10:11 am
422
Hello to everybody. I am learning TDD right now, with David Astels's book, but using C# for development. I have some problems trying the samples for developing...
juanma_cervera
Offline Send Email
Feb 26, 2004
12:10 pm
423
I'm working only in C# (not ASP.NET) right now, and I'd love to see an example of what's being discussed here....
Tony Nassar
aanassar
Offline Send Email
Feb 26, 2004
2:16 pm
424
I have some problems using EasyMockNET with C#, trying the samples from Astel's book. When I try to link the view and the controller in GUI using a call to a...
juanma_cervera
Offline Send Email
Mar 1, 2004
8:20 am
425
I also have problems in using EasyMockNET when I uses ArrayList as parameters of the methods. If anybody wants, I can send him a demo project to see the...
juanma_cervera
Offline Send Email
Mar 1, 2004
11:27 am
426
... I have bootstrapped the TFUI Principles for an Exalted Dialog Box in C#. To use this, start a Windows app, paint a single dialog called Form1, and paint on...
Phlip
phlipcpp
Offline Send Email
Mar 1, 2004
7:46 pm
427
... Let's go at this from first principles: - Inspecting a window, instead of writing a test, sucks. - mocking a window won't test. The mock will tell you what...
Phlip
phlipcpp
Offline Send Email
Mar 1, 2004
7:57 pm
428
I am having problems, doing TDD with C#, when using mocks. I have try with EasyMockNET and with NMock, and I have similar problems with methods with ArrayList...
juanma_cervera
Offline Send Email
Mar 3, 2004
10:48 am
429
Hi Juan, let me jump in here and send me your zip file via private mail. Please describe exactly what you expect your code to do and what it doesn't do. Maybe...
Dietmar Leibecke
dleibecke
Offline Send Email
Mar 3, 2004
11:48 am
430
... Please send it to me, then start a new project using this technique: http://groups.yahoo.com/group/TestFirstUserInterfaces/message/426 Don't throw your...
Phlip
phlipcpp
Offline Send Email
Mar 3, 2004
3:44 pm
431
Thanks phlip, How can I reply to your message attaching a zip file from Yahoo Groups? Juan M. Cervera...
juanma_cervera
Offline Send Email
Mar 4, 2004
7:41 am
432
... Use e-mail to send it directly to me (and to Dietmar Leibecke). ===== Phlip http://www.xpsd.org/cgi-bin/wiki?TestFirstUserInterfaces ...
Phlip
phlipcpp
Offline Send Email
Mar 4, 2004
3:03 pm
Messages 403 - 432 of 1051   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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