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 578 - 607 of 1051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
578
... Write a temporary test function called 'reveal()'. It will activate the MS Windows event queue, and allow a testee to paint on the screen, and stay up...
Phlip
phlipcpp
Offline Send Email
Oct 2, 2004
2:39 pm
579
Hello Friends, I require some help in Freeware Testing tools related to J2EE Technologies , and our criteria is looking out for a free tool , which can be...
Ram
ramprasad_sqa
Offline Send Email
Oct 28, 2004
1:29 pm
580
... The team should also escalate the review of the UI. ... Right - before or after committing to code. ... If I have an application with two GUIs, I call them...
Phlip
phlipcpp
Offline Send Email
Oct 31, 2004
3:15 pm
581
Not finding much with the web searches I've done so far. Anyone know of resources on how to unit test SWT code? Has anyone written mock objects for it?...
jeffwaltzer@...
jeffwaltzer
Offline Send Email
Nov 3, 2004
10:42 pm
582
Abbot (http://abbot.sf.net) extends JUnit for driving AWT and SWT. The AWT and SWT bits are in separate packages....
Timothy Wall
timothyrwall
Offline Send Email
Nov 4, 2004
1:27 am
583
Hi to all , i m using a 3rd part grid control bound to an arraylist. How could i test it? Could someone please provide a small sample? should i compare the...
apostolis_bekiaris
apostolis_be...
Offline Send Email
Nov 9, 2004
7:54 pm
584
... In what language? With what GUI Toolkit? In pseudo-code, I would write a test like this: suite_test_grid { MyHostWindow aWindow setUp() aWindow.Create() ...
Phlip
phlipcpp
Offline Send Email
Nov 11, 2004
11:27 am
585
@@SAP Training Online Available!! we are a ERP training center,Job Oriented Training Available!! if u interested in detail,feel free email to(Pls send to all...
ERPOnline
nanld_martna
Offline Send Email
Nov 11, 2004
8:43 pm
586
... When I TDD GUIs, I also can't wait to see what the graphical output looks like. So I often add a line ... reveal(pongPanel); ... For each kind of GUI...
Phlip
phlipcpp
Offline Send Email
Nov 13, 2004
4:09 am
587
NUnitAsp v1.5.1 is now available for download. NUnitAsp is a tool for test-driven development of ASP.NET web pages. Version 1.5 includes a modest collection of...
Jim Shore
jimlittle82
Offline Send Email
Nov 30, 2004
11:48 pm
588
TFUI: In my research into TDD for business GUIs, the most advanced principle is "Broadband Feedback". That refers to using tests to escalate feedback and...
Phlip
phlipcpp
Offline Send Email
Dec 4, 2004
5:16 pm
589
... Can you control which browser the users use? (For a military project, gee I can't guess which browser they are probably ordered to use...) Create your...
Phlip
phlipcpp
Offline Send Email
Dec 28, 2004
2:06 pm
590
... The great thing about HTTP is it forms an undeniable interface right in the middle of your GUI layer. Test-first it by emulating a web browser: ...
Phlip
phlipcpp
Offline Send Email
Jan 3, 2005
3:57 pm
591
... Write a wrapper class with this MessageBox inside it. (Then hunt down and smack the developer who made you override a stinkin' message box just to display...
Phlip
phlipcpp
Offline Send Email
Jan 11, 2005
3:20 pm
592
... I have never bothered to research how to close a Win32 MessageBox() window. Maybe you found an easy way, or maybe you walked the Desktop's window list ...
Phlip
phlipcpp
Offline Send Email
Jan 13, 2005
3:08 pm
593
... My code walks the window list. It did annoy me that there wasn't an easy way. It's not even easy to tell a message box from any other dialog box. ... Given...
Anthony Williams
anthony_w.geo
Offline Send Email
Jan 13, 2005
3:28 pm
594
... Now try it when your tests need to access a real nVidia chip that thinks it's plugged into a real monitor. ;-) We threw hardware at the problem. The build...
Phlip
phlipcpp
Offline Send Email
Jan 14, 2005
11:57 pm
595
... There are two better ways to TDD a custom control. The best is, of course, to composite together smaller controls. The next best is to use a full-featured...
Phlip
phlipcpp
Offline Send Email
Jan 28, 2005
10:41 am
596
Hi, I'm looking for lessons learned from people who have tried the Humble Dialog or UIB approach on a web project. Even though the UIB is probably way...
Mike
ocean_west_2005
Offline Send Email
Jan 30, 2005
10:41 pm
597
Umm... What is Microsoft UIB? Google doesn't tell me much. ... ***************************************************************** Confidentiality Note: The...
Bayley, Alistair
abayley2
Offline Send Email
Jan 31, 2005
8:31 am
598
Sorry, I meant UIP: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/uipab.asp Mike...
Mike
ocean_west_2005
Offline Send Email
Jan 31, 2005
2:24 pm
599
... Whereas "Humble Dialog" is a state of mind. If UIB is anything like HTML, it provides "Humble Dialog" simply by putting a huge but impenetrable interface ...
Phlip
phlipcpp
Offline Send Email
Jan 31, 2005
2:30 pm
600
... Just a heads-up, most of the application blocks were upgraded in the new Enterprise Library released last week. I'm not finished reviewing it, but it is...
Marc Brooks
anotherexcita
Offline Send Email
Jan 31, 2005
4:15 pm
601
I consider UIP to be the opposite of Humble Dialog, even though they are both MVC. In Humble Dialog, the view tells the controller to do something, but then...
Mike
ocean_west_2005
Offline Send Email
Jan 31, 2005
4:15 pm
602
... Could someone help me read those? Is a translation to penguin speech available? -- Phlip...
Phlip
phlipcpp
Offline Send Email
Jan 31, 2005
5:58 pm
603
Hear, hear. I looked at a few summaries and got the impression someone has spent entirely too much time locked in a room smelling their own fumes. This isn't...
Timothy Wall
timothyrwall
Offline Send Email
Jan 31, 2005
6:08 pm
604
... Is my estimate correct that there is no widespread, commonly available canvas control available for the Java GUIs and C# GUIs? This is not rocket surgery....
Phlip
phlipcpp
Offline Send Email
Jan 31, 2005
7:00 pm
605
... That's 100% my read also. The new Enterprise Libary doesn't include a revamped UIB, probably because they're still struggling to learn this very...
Marc Brooks
anotherexcita
Offline Send Email
Jan 31, 2005
7:30 pm
606
It is UIP (User Interface Process), not UIB. I'm afraid I'm at fault for starting a bad meme. As I recall, it is just classic MVC, with a lot of accessories....
Mike
ocean_west_2005
Offline Send Email
Jan 31, 2005
9:06 pm
607
Hi Phlip, ... I'm not entirely sure what you mean by a canvas control. I was responding to the notion that it's relatively simple to mock the Graphics object. ...
Charlie Poole
cpoole98370
Offline Send Email
Jan 31, 2005
11:50 pm
Messages 578 - 607 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