I am pretty familiar with jfcUnit if you are in search of help. Shoot me an email. The book mentioned isn't bad from what I understand. There is a new one ...
Hi, I am using Abbot frame work.I am not able to find the components when ever clicking the hyper link. At the time of recoring only abbot not finding some...
Please redirect a more detailed question to abbot-users@.... If you don't include a detailed description of your application environment, what you are...
Need advice! My company has a big application with several GUIs, some are python gtk, some are Eclipse plugins (using SWT of course), the rest are Swing...
Hello Members, There is a window,which contains a button n the code is written in such a way that whenever the button is pressed , it displays another...
Hello Everyone, Maybe this is off-topic, but I need your help and I think some of you might do it. I've been looking for some statistics about how much code is...
Hi, I am developing a graphical Eclipse plugin using the GEF framework, and am trying to have most of it tested automatically. [ Regretfully, I am not using...
... Others on this (or the TDD) list have said that several mousemove events are necessary to trigger a drag and drop event predictably. At least one of them...
You can refer to the drag(), dragOver(), and drop() methods within abbot.tester.Robot. They include mouse motion variations to trigger DnD operations for the...
"youval_b" Tue Dec 21, 2004 4:54 am ... Umm ... at the moment, AFAIK, Abbot is the only framework that supports SWT. (FWIW Hyades/TPTP is a higher-level test...
Thank you all for the quick answers. I'll check out abbot, abbot.swt and abbot.swt.gef. Is there an example or 'quick start' description of using abbot.swt or...
"youval_b" Tue Dec 21, 2004 5:30 pm ... <sigh/> Not yet: my documentation sucks, and the plugins aren't even so easy to build from CVS. I haven't even worked...
... eewwwww. why? abbot.awt doesn't require threading for modals (unless you directly invoke a dialog from the main test thread, which is against the rules...
Hi, My team does not have a UI testing tool yet. I am thinking of making one, the thing is i do not know where to start? Can you recommend frameworks,...
google is your friend. even a cursory search of this group will give you plenty of reading material. http://groups.yahoo.com/group/java-gui-testing/links any...
Hi, In our team we are evaluating jWebUnit and Canoo Web test testing frameworks. For more info check this site http://www.opensourcetesting.org/ Here you will...
... Timothy Wall Tue, 21 Dec 2004 21:49:32 -0500 ... More below on "require" ... In SWT 2.x they were "slightly different." In SWT 3.x they are *very* ...
Doesn't it make sense to have the test run in a background thread and have helper objects (like WidgetTester) delegate tasks to the GUI thread as needed? This...
Personally I think it makes most sense to have as much test logic on your test thread (whether it's in the "background" or not), which should be separate from...
Tom Roche Wed Dec 22, 2004 12:25 pm ... That does limit the general application of this approach, no? ... That is also my guess, though I don't know the PDE...
Hi, I have a J2ee application which is supposed to be unit tested. I have heard of frameworks like JUnit n Cactus, but i have no clue besides that. Can anyone...
... Perhaps, basically what it's trying to do is reverse-engineer what the default drag gesture recognizer is looking for. It'd probably be most accurate to...
Shruti Majithia Tue Dec 28, 2004 1:55 am ... Do you want to test the application through or behind its GUI? ... Unfortunately this is probably not the list...