Search the web
Sign In
New User? Sign Up
TestFirstUserInterfaces
? 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.

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 479 - 508 of 1051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
479
I am sorry to announce that our meeting place has become unavailable so we have had to postpone the TDD presentation until next Wednesday, April 7th. Please ...
June Clarke
joonspoon
Offline Send Email
Apr 1, 2004
10:29 pm
480
http://www.c2.com/cgi/wiki?HttpUnitTutorial That shows A> Dilbert.gif, without the ads and stuff, and B> reveal(), which is my "Treat I/O Like a Spigot" theme....
Phlip
phlipcpp
Offline Send Email
Apr 21, 2004
2:31 am
481
Hi So I am trying my first "hands on" experience with TFUI using jemmy and the (extended) example from Astels's "TDD: A Practical Guide," chapter 10. So what I...
maraflux
Offline Send Email
Apr 21, 2004
3:22 am
482
... Can you submit some sample code? When I use TDD to create a small sample, I seems to be an app I can use outside the test rig. If anyone wants an app with...
Phlip
phlipcpp
Offline Send Email
Apr 21, 2004
7:09 pm
483
... http://www.xpsd.org/cgi-bin/wiki?TestFirstUserInterfaces ... properties ... That fix reveals the latent belief that GUIs are untestable. They are always...
Phlip
phlipcpp
Offline Send Email
Apr 26, 2004
5:55 am
484
Newsgroupies: Tests on GUIs should not display any windows. But programmers writing such tests should display them early and often. Here's an example of TFUI...
Phlip
phlipcpp
Offline Send Email
Apr 27, 2004
11:52 pm
485
... Except that, if you're using Java/Swing, you need to display them or they don't work correctly. Almost correctly, but that just slows you down in figuring...
George Dinwiddie
gdinwiddie
Offline Send Email
Apr 28, 2004
2:57 am
486
... When using TDD on GUIs, research to approach a principle "just another library". That means you minimize side effects for three reasons: A> Your colleagues...
Phlip
phlipcpp
Offline Send Email
Apr 28, 2004
1:39 pm
487
Hi, I am developing GUI in c++ with Qt library.I am try to do a generic application by using for example the MVC pattern to separate representation and data.I...
dammak rafik
medrafik2000
Offline Send Email
May 11, 2004
1:21 pm
488
... I will recover access to my Qt shortly. Until then, does this help? It's for the competition: http://gnomesupport.org/wiki/index.php/TestDrivenDevelopment ...
Phlip
phlipcpp
Offline Send Email
May 11, 2004
10:16 pm
489
... We have been using Qt and CppUnit together with out too many problems. On Tue, 11 May 2004 15:15:58 -0700 (PDT) ... I don't think that there is an...
David Dibben
daviddibben
Offline Send Email
May 12, 2004
2:28 am
490
... This helps dammak, so he must reply before we try to help more. ... Calling it is as important as not calling it. Reach for these goals: - Just Another...
Phlip
phlipcpp
Offline Send Email
May 12, 2004
5:06 am
491
On Tue, 11 May 2004 22:06:04 -0700 (PDT) ... At a first pass, I tried code below as an implementation for reveal. All Qt's windows derive from QWidget, so we...
David Dibben
daviddibben
Offline Send Email
May 12, 2004
5:55 am
492
Hi, My question is about : how I must do to respect the test driven development in the case of Qt library for GUI.I have found two test tools(not free) :squish...
dammak rafik
medrafik2000
Offline Send Email
May 12, 2004
7:32 am
493
... Thanks! This would soon appear, as-is, on its appropriate Wiki. All GUI Toolkits are different, but all use a similar event driver system, huh? Can you run...
Phlip
phlipcpp
Offline Send Email
May 12, 2004
7:47 am
494
... If you have a GUI Toolkit, and if it stores objects in memory before painting them (like most do) then those test tools will solve a problem that you don't...
Phlip
phlipcpp
Offline Send Email
May 12, 2004
8:45 am
495
On Wed, 12 May 2004 00:46:05 -0700 (PDT) ... I am afraid that the version I posted only partially works. The processEvents call only processes events that have...
David Dibben
daviddibben
Offline Send Email
May 12, 2004
9:35 am
496
On Wed, 12 May 2004 07:32:33 -0000 ... As I understand it Qtunit is basically just a GUI for running CppUnit tests (plus a few other features.) The current...
David Dibben
daviddibben
Offline Send Email
May 12, 2004
9:47 am
497
Imagine if you operate a walled city, and you order the best elite troops to guard the walls, scout for approaching enemies, and make a note of each character ...
Phlip
phlipcpp
Offline Send Email
May 13, 2004
5:59 am
498
... If that generally works it's the best way. You can still test before, during, and after the loop spins. You can also put a call to a window capture program...
Phlip
phlipcpp
Offline Send Email
May 13, 2004
6:07 am
499
John Roth wrote: (a good list). The point is to thread only for one async task, and to dispatch that task back to your main thread, such as with PostMessage(),...
Phlip
phlipcpp
Offline Send Email
May 20, 2004
2:56 am
500
... <http://www.stopdesign.com/log/2004/05/25/starting_over.html> ... He did not say the obvious part: What he did was make a small edit in the CSS, flip over...
Phlip
phlipcpp
Offline Send Email
May 28, 2004
9:11 pm
501
... GUIs interfere with agility on two fronts. Tests are absurdly hard to write, and GUIs are excessively easy to refactor. We need assertions that fail if a...
Phlip
phlipcpp
Offline Send Email
May 31, 2004
4:34 am
502
... Acceptance tests are not GUI tests, and vice versa. But testing a GUI is worthwhile, unless you want bugs in the layer closest to your users. ... Why...
Phlip
phlipcpp
Offline Send Email
Jun 14, 2004
11:59 pm
503
From the XP newsgroup: ... Im using Smalltalk (VSE). Its a legacy system that we have been enhancing and revitalizing recently. We put in acceptance test...
Phlip
phlipcpp
Offline Send Email
Jun 16, 2004
11:09 pm
504
... assertRegexpMatch(".*<strong>.*</strong>.*",htmlResult); ... Fuzzy Matches When esthetic graphic elements need tests, these might require "wiggle room"....
Phlip
phlipcpp
Offline Send Email
Jun 19, 2004
4:29 pm
505
TFUI: A "Mock Object" is a Test Fixture that tested Production Code thinks is a real application object. Imagine hunters placing decoys of ducks into a pond. ...
Phlip
phlipcpp
Offline Send Email
Jun 19, 2004
5:21 pm
506
... This is very, very nice, Phlip. Can you make sure that "not refactor sloppily" appears in bold, red print? Everywhere? Even here? :) -- J. B. Rainsberger, ...
J. B. Rainsberger
nails762
Offline Send Email
Jun 20, 2004
3:35 pm
507
... Thanks. I know how to describe "hyperactive assertions" now. They constrain changes that would not have affected the end result, but are sloppy. ===== ...
Phlip
phlipcpp
Offline Send Email
Jun 20, 2004
4:05 pm
508
... Ja. Don't you attribute it, either. ... I have been wondering who besides me might do that. But I don't mean write the test case that only displays the...
Phlip
phlipcpp
Offline Send Email
Jun 24, 2004
1:24 pm
Messages 479 - 508 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