Would it be possible to create an automatic application map in Java, to test a Java app? If yes, could anyone give me some high level pointers on how this...
What is the real goal with this? I ask this because an Application Map generally is used to map application components to some other format that is usually...
Auto Tester Mon, 15 Nov 2004 18:22:51 +0000 ... Carl Nagle Mon, 15 Nov 2004 13:50:53 -0500 ... Could youse also define the term "automatic application map"? ...
Apologies for delay in responding: this got posted during my vacation. sudhakar k Fri Oct 15, 2004 12:37 am ... Using SWT, correct? If so ... ... ... that's...
Aidy, I think we still need to understand what the "automatic" part of the "automatic application map" is intended to mean. Your original request was for an...
Carl, I thought about that after the post. Lets say we were using an open-source tool, and not a commercial Java GUI test tool. Would it be possible - for...
[ Would it be possible - for example - through Reflection, to create an automatic (minimal manual intervention) app\object map? ] Yes. But that minimal manual...
Yes, Abbot is something testers can use in lieue of XDE Tester for Java. In fact, developing an Abbot engine is already on the agenda for SAFS. While Abbot...
Any one has used agitator for testing? from www.agitator.com If so, what do you think? Thanks, M ... Do you Yahoo!? The all-new My Yahoo! – Get yours free! ...
Any one has used agitator for testing? from www.agitar.com If so, what do you think? Thanks, M ... Do you Yahoo!? Discover all that’s new in My Yahoo! Any...
Yes! IT is awesome!! Very amazing/good technology. Well worth the money! ... __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try...
... No, I mean *really* used all this stuff :-) To clarify, I have + used Abbot (the JUnit bit) with SWT a lot - not used Abbot with AWT/Swing (though I've...
Hi, Do you know the development's stage of Jemmy now? I checked the jemmy website and newsgroup. No activities for over a year. Does it meet a dead end ?...
No, it is not dead. (you should've send this e-mail to users@...) It is heavily used in SUN - for all the Sun IDEs and also in some other ...
shura
alexandre.iline@...
Nov 19, 2004 8:38 am
1188
Thomas, What are your reservations about RJ/XDE Tester? If Abbot can be plugged-in(to) the Eclipse platform; why pay for XDE? The Object Map? The Test...
Hi all, I am writting an applet that loads images that change every day from a server (but not a data base) and the user has to choose wich image wants to open...
What is Jemmy3? We used Jemmy for a while, but I have since gone to jfcUnit because Jemmy seemed fairly tied to the NetBeans architecture. jfcUnit works really...
We look at it. It uses reflection to create test cases. The tool is $$$$, and the company is smart. Basically, it is a consulting company that get more money...
... It is not indeed tied in any way. Literally, there is _NO_ dependency. As for JFUnit, yes, it's a good tool too. It's just not working for us - that's all....
shura
alexandre.iline@...
Nov 19, 2004 5:55 pm
1193
... alexandre.iline Fri Nov 19, 2004 5:53 pm ... Is Jemmy3 also toolkit-neutral? Any other features of interest? (Got an Eclipse plugin ?-)...
Anyone who uses abbot, jfcUnit or jemmy have an idea how to display a dialog at all times WHILE the application being tested is tested without affecting the UI...
qfTest uses a separate VM and some flavor of RMI to communicate. Abbot can spawn a separate VM, but that's not the preferred mode of operation, since it's more...
Interesting thoughts Timothy. I thought about using sockets to communicate and while ugly, it would work. The nice thing is, you get the benefit of remote ...
... Yes. In fact, it's only core now and one extension for a non-java components. No Swing, no AWT, no SWT. But it's all possible. And MS windows native...
shura
alexandre.iline@...
Nov 22, 2004 5:09 am
1199
Thing is, once your tests are written, you can launch the entire test as a remote process and collect the results with junitreport, rather than spawning a...