... I'm x-posting this to a mailing list on the subject of TDD+GUI. ... If our GUI toolkits had themselves been invented via test-first, we would not be having...
... The best way to do this (in my exalted opinion) is to point the tests at an empty project, use the testless project as a reference, and write tests that ...
... Someone (I suspect PeterMerel) coined the term "Motherhood Stories" for those. That means they are standing orders for things a team should consider as...
... Interesting idea, "riders". ... The first thing that pops into my mind is some kind of "table". I'm sure I'm oversimplifying a bit, but I'm envisioning...
Brad Appleton
brad@...
Jun 3, 2003 5:04 pm
130
... invisible ... I heard the word used like that. But "invisible riders" - that's a horse of a darker color! ... I'm oversimplifying a bit, but I'm...
... Pick one: 1. ( ) No i18n code. English only 2. ( ) Speculative i18n code, running English 3. (*) Two languages, English and Brand X. 4. ( ) Every language...
... Philip, I was taking a look at the example you show in the page above, and there is a lot that doesn't get tested: - The size of the controls. - The...
Hi, I am new to writing GUI code and have a few questions. What is a reasonable way to connect GUI code to a long running calculation so the user can: - see...
Alvin Schur
aschur1@...
Jun 7, 2003 4:26 pm
134
... From: "Alvin Schur" <aschur1.at.telus.net@...> To: "TestFirstUserInterfaces@yahoogroups.com" ...
Thanks for the ideas. I looked at some GUI code which used many getters and setters to access an objects internal state. Each screen was programmatically...
Alvin Schur
aschur1@...
Jun 8, 2003 7:45 pm
137
[still waiting for my other post to show up] ... Well, that's what Test Driven Development is for. It resolves fuzzies. I have made Model View Controller...
... Try this one: - figure out if Win32 has replaced a character with a little black box, representing a dead spot in the code page. I'm working on the exact...
... [here it is - possibly again!] ... calculation ... cooperative ... This is a tough question, not least because so much example code (for threading, or for...
... I also can't see my last post, so here it is again, with the correct sig. ... calculation ... cooperative ... This is a tough question, not least because...
... Yes, I've seen and tried this but it felt wrong. ... Thanks for describing a better way. ... Does this mean the GUI is Observing the Search for progress...
Alvin Schur
aschur1@...
Jun 10, 2003 11:36 pm
142
Can you give a small example of what you're talking about. I'm very interested in the subject. thanx ... access an ... specified which ... GUI and ... want. ...
clifton f. vaughn
POWERDUDE@...
Jun 13, 2003 8:32 pm
143
Would you mind sharing some of those tricks you used in .Net land. cliff ... test ... (which, ... the ... think), ... and ... fashion. ... inspecting...
... http://www.c2.com/cgi/wiki?NameThatDesign Triangulation is an incidental or intentional behavior documented in the book /Test Driven Development/ by Devo. ...
... Hey Phlip, Naive question ... but what is "triangulation"? Regardless, I understand and agree with your point. A second (option) provides just enough...
Luther Baker
lutherbaker@...
Jun 15, 2003 7:24 pm
147
Hi Charlie, I'm interested in the presentation, too. Thanks in advance ... From: clifton f. vaughn [mailto:POWERDUDE@...] Sent: Friday, June 13, 2003 5:51...
... I'd love to be able to answer, but I have never used .NET. So if Charlie wants to be our resident expert... (The first couple weeks of this forum saw a...
Hi, Luther, ... Here's something I wrote up a long time ago (I'd put it on a wiki if I could remember my password, but - anyone else, feel free). When I heard...
... Thanks! The rationale is the same for proving a math theorem. First you prove for a specific case (such as R2), then you prove for another specific case...
Triangulation requires a third measurement that adds redundancy. The area between the 3 lines provides a measure of the uncertainty on the position. With only...
TFUI: I have this friend who has gone nutzoid writing tests, instead of writing code. He thinks that for every state a RichEdit control (CRichEditCtrl) can ...
Ever tried an adult site and got bored looking at people who were not even near you? Well with over a million registered users you are sure to find someone...
Ever tried an adult site and got bored looking at people who were not even near you? Well with over a million registered users you are sure to find someone...
All, I've been using .NET for at least six months. I can say a lot about it (mostly bad), but what I will say is NUnit works great. Unfortunately, I do not...