Search the web
Sign In
New User? Sign Up
TestFirstUserInterfaces
? 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 1 - 30 of 1012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Hi, Everybody, This is a great idea... I'm looking forward to it! Kay...
tranzpupy
Offline Send Email
Nov 29, 2002
5:51 pm
2
TFUI: GUI toolkits design to either present a window or die trying. A programmer, seeing such a window, might be tempted to click on that window with a mouse,...
Phlip
phlip_cpp
Offline Send Email
Nov 29, 2002
5:55 pm
3
... The nuisance that I was, once again, not the first one to post to a list server is only surpassed by the honor that tranzpupy was first. -- Phlip ...
phlipcpp
Offline Send Email
Nov 29, 2002
6:07 pm
4
... Is this really relavent? Can this or similar functionality be accessed using command-line environments? I, for example, do not work in IDEs. I find them...
falvosa
Offline Send Email
Nov 29, 2002
6:10 pm
5
... There are two aspects to the OBT concept. The simplest and least relevant one is that one does not waste time between writing code and running the tests. ...
Phlip
phlipcpp
Offline Send Email
Nov 29, 2002
7:05 pm
6
... Ah, but in C++, to fully reflect the statement inside the assert() into the console, we have the option of either hacking our compiler's stack mechanism, ...
Phlip
phlipcpp
Offline Send Email
Nov 29, 2002
8:16 pm
7
... VI to be specific. ... No, I save files, then type "make check" at the prompt. I could create a batch/script file that automatically "make check"'s when I...
Samuel Falvo
falvosa
Offline Send Email
Nov 29, 2002
10:35 pm
8
... CUT 2.0/2.1 does this: ASSERT( x == b, "X must equal B" ); if you don't have a message, then it's a simple matter of: ASSERT( x == b, "" ); CUT will print...
Samuel Falvo
falvosa
Offline Send Email
Nov 29, 2002
10:40 pm
9
... Ahem! If your GUI layer is only edit fields and a Submit button, the rule "don't test getters and setters" applies. If you think you ever might ......
Phlip
phlipcpp
Offline Send Email
Dec 3, 2002
4:52 am
10
... It didn't occur to me anyone would >start< with the GUI. -- Phlip http://www.greencheese.org/LucidScheming -- Because I'm the sysadmin. That's why. --...
Phlip
phlipcpp
Offline Send Email
Dec 3, 2002
6:25 am
11
... My GUIs built complex behaviors out of stock controls. When I encountered the "send a fake keystroke" limit, I gave up because the need had not exceeded...
Phlip
phlip_cpp
Offline Send Email
Dec 3, 2002
9:46 pm
12
... I've never encountered complex behavior using stock controls. Every time I've reached a point where complexity in the GUI code was approaching ...
Samuel Falvo
falvosa
Offline Send Email
Dec 4, 2002
1:47 am
13
... Start here, with the kick-off message: http://groups.yahoo.com/group/TestFirstUserInterfaces/ Then read all these pages: ...
Phlip
phlipcpp
Offline Send Email
Dec 5, 2002
2:57 am
14
... Gee, I wonder who floated that idea first around here... From: <william.wake@...> ... This is a bitchen' game. It looks like one could solve it using...
Phlip
phlipcpp
Offline Send Email
Dec 19, 2002
9:17 pm
15
From: "Bill Tozier" ... Uh, ... Detroit? ... <Insert long screaming rant here about how easy Ruby is to install, and how crucial for the movement and good for...
Phlip
phlipcpp
Offline Send Email
Dec 19, 2002
9:49 pm
16
This message is OT for TFUI because it refers to using VC++ >as< the test browser instead of >with< the test browser. OBT. ... I did it by importing CppUnit's...
Phlip
phlipcpp
Offline Send Email
Jan 2, 2003
9:52 pm
17
Phlip, ... It's absence has been annoying me so I finally hunted for it. Turns out that the default setting for NextTask (since errors are in the task list) is...
Charlie Poole
cpoole98370
Offline Send Email
Jan 3, 2003
12:17 am
18
From: <bcr19374@...> ... You failed because the TDD book does not cover user interfaces. They are an especially tricky library (but >just< a library)...
Phlip
phlipcpp
Offline Send Email
Jan 3, 2003
8:38 pm
19
... I don't believe that's the case. My admittedly dim memory of the Tcl/Tk manuals shows a remote control API that's only availible under Unix type systems....
jhrothjr <yahoogroups...
jhrothjr
Offline Send Email
Jan 4, 2003
4:19 pm
20
... The last time a boss gave me a 9x 'puter, I waited until the first Reproducible Developmental Mystery Crash to use it as an excuse to upgrade to an NT...
Phlip
phlipcpp
Offline Send Email
Jan 4, 2003
4:32 pm
21
... Please name names! A horror story would also be most helpful. ... You should do that even if the GUI toolkit were itself written test-first (the ideal)....
Phlip
phlipcpp
Offline Send Email
Jan 9, 2003
3:02 am
22
... From: <kentbeck@...> To: <extremeprogramming@yahoogroups.com> Sent: Thursday, January 09, 2003 2:35 AM Subject: [XP] Re: static typing for dummies....
Phlip
phlipcpp
Offline Send Email
Jan 9, 2003
5:26 pm
23
... It was originally Java, but it looks like it's getting ported to a variety of platforms. http://fit.c2.com/wiki.cgi?HostPlatforms Ben Schroeder...
schroeder@...
benschroeder2
Offline Send Email
Jan 9, 2003
5:30 pm
24
From: <schroeder@...> ... things. ... the ... Why does the window come up? There are two reasons I'm familiar with: - the tests are a retrofit (story...
Phlip
phlipcpp
Offline Send Email
Jan 9, 2003
5:47 pm
25
... There's more ports out there than I remember! The Python version works great, except with new style classes under release 2.2 and later. I have a patch,...
jhrothjr <yahoogroups...
jhrothjr
Offline Send Email
Jan 9, 2003
6:01 pm
26
... It's the second: there are some things that we haven't been able to get the toolkit to do without a window. Even these are becoming fewer: it will do some...
schroeder@...
benschroeder2
Offline Send Email
Jan 9, 2003
6:07 pm
27
On Thu, 9 Jan 2003 10:25:53 -0800 Charlie Poole <cpoole@...> ... Sure! Each object that does custom drawing has a method Draw(Canvas). It ...
schroeder@...
benschroeder2
Offline Send Email
Jan 9, 2003
6:44 pm
28
... Subject: RE: [XP] Functional/Acceptance test experience with .NET? Date: Fri, 10 Jan 2003 14:37:28 -0000 From: Shaun Smith <shauns@...> To:...
Phlip
phlipcpp
Offline Send Email
Jan 10, 2003
2:55 pm
29
... From: <yahoogroups@...> To: <extremeprogramming@yahoogroups.com> Sent: Friday, January 10, 2003 9:31 AM Subject: [XP] Re: Functional/Acceptance...
Phlip
phlipcpp
Offline Send Email
Jan 10, 2003
5:44 pm
30
... a VB ... The best time to write unit tests is while you write the features. You are attempting "Big Bang Testing". You probably used the debugger to ...
Phlip
phlipcpp
Offline Send Email
Jan 10, 2003
6:21 pm
Messages 1 - 30 of 1012   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