... Try the TestFirstUserInterfaces mailing list. One automates tests for those features at three levels: Test your HTML, before the server sends it. Write...
... I would like to recommend HTMLUnit as a more HTML-oriented alternative to HTTPUnit. <snip /> ... I don't know that that's the reason why one writes crappy...
UB posted this today to the XP newsgroup. Tool vendors would prefer you couple tightly to their tool, to make jumping ship harder. Some tools simply ship with...
Testers-first, So I'm trying to tell Ruby/Tk to trigger a bound event without going into mainloop, or at least somehow reference or invoke whatever behavior...
... Very briefly, there are four levels: - simulate low-level mouse activity - start mainloop, and call event_generate - query out of the Tk control the event...
Thanks, Phlip. Good to know I'm not alone here. I made a method named after the widget's variable and bound event that does the dirty untested deed, then bound...
... Uh, okay. I was mired in VC++ & COM when your mail arrived; my head's above water now! ... This bug happens in Python Tkinter too, so it's obviously...
... The root problem here is the sequence is slightly out of order. It should be: 1. Calculate the expected result by hand 2. Compare the producction result...
... Ahem. There's a difference between preceeding each feature with a test, and rigging your GUI for some kind of external capture playback. ... Whether you...
... I'm calling "GUI Layer" the functions that are permitted to call methods of your GUI Toolkit. Other layers should not import any GUI Toolkit symbols. (Note...
Forwarded on behalf of those who Strut ;-) From: "J. B. Rainsberger" <jbrains@...> To: <testdrivendevelopment@yahoogroups.com> Sent: Monday, 20 October,...
Does anyone have any experience with PowerBuilder? (or can point me to some more inspiring material?) I've read Humble Dialog (and the Java one too), but I'm...
... or ... but ... With PowerBuilder, how do you do this? Load frmMyWindow frmMyWindow.Controls!myControl = "my data" frmMyWindow.Click_myControl Debug.Assert...
... Not much, but... Typically, when you want to open a window in PB, you say: MyWindow myWindow // declaration open(myWindow) // instantiates myWindow and...
... No joy. I have to use open/close or the tests won't work (not sure why, as the code generated by the IDE looks like it ought to work with create). So we...
This is probably OT, but how do you test visual components? This is what I usually did: 1. Test the model using JUnit or the like, independently of the UI. 2....
One NFish wrote on news:comp.object : I'm interested in unit testing and test driven development, but I'm having trouble applying it to GUIs. It's easy to...
... Here's a unit test for WTL: #include <assert.h> void test_Dialog() { ProjectDlg aDlg("<user><name>Ignatz</name></user>"); aDlg.Create(HWND_TOP); CString...
Responding to NFish... ... I basically agree with Perkins but with a rather different spin. The GUI is /inherently/ thin if it is properly encapsulated. Any...
... ShowWindow() ... the ... Ok, and to make sure that your application generates drag events properly, you'd probably have to generate fake mouse events and...
... The industry has little experience test-first, or test-first in a GUI. All the GUI Toolkits bundle with toys that make untestable modifications very easy....
There is so much talk of 'SmallTalk' (pun intended), that i wonder why it never made it to the commercial programming domain. I am basically a COBOL programmer...
Chak
r_chakra@...
Nov 13, 2003 4:53 pm
280
... From: "Chak" <r_chakra.at.yahoo.com@...> To: "TestFirstUserInterfaces@yahoogroups.com" ...
... Not at all. I was just listening to Johnny Cash singing "I Toe the Line" in German, and it was reminding me I ought to cut a hole in my desktop and put a...
... It is /more/ than defensible. On the C3 project, I was exposed to some COBOL after a very very long time away from it. COBOL includes some very nifty...