... 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...
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...
... 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...
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?...
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...
... 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() ...
@@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...
... 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...
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...
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...
... 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...
... 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: ...
... 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...
... 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 ...
... 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...
... 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...
... 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...
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...
Umm... What is Microsoft UIB? Google doesn't tell me much. ... ***************************************************************** Confidentiality Note: The...
... 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 ...
... 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...
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...
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...
... 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....
... 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...
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....
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. ...