Kevin, It seems that you have been doing some really exciting jfcUnit stuff over the past weeks. Thanks a lot for reporting to all of us about your findings...
Check that your are NOT setting robot="true" for your testcases in the XML files. Kevin Duffey <supreme_java_guru_1@...> wrote: I am having problems with...
I was also planning to move onto Marathon. From what I have heard, it provides a very neat and easy to read scripting support in jython for doing interface...
Kalyan Bemalkhedkar Sun Aug 1, 2004 8:44 pm ... Dunno about jfcUnit, and feel free to clarify your claim, but WRT Abbot your claim appears false: Abbot is...
Hey!! That worked..partially. What is the difference in record/playback with the robot set to true or not? Now, here is another question... I right-click in a ...
Having not used Abbot, can you explain its ability to record/playback scripts, such as you start recording, click on buttons, enter stuff into fields in pop-up...
continuing on the same lines....i have a few queries about abbot too.....i have not used abbot very deeply......of the top i couldn't find a way to specify a...
... yes. there is a java web start launcher on the main page, so you can try it out with any Java application you have handy. Of course, installation and...
Hi All, I am in the process of evaluating automation tool for testing GUI of our product. Here is the brief requirement: Our product GUI is mainly swing based...
The record/playback break if they record x,y positions of components. If they use the component hierarchy, it shouldn't matter if you change the GUI position, ...
Hi Pooj, in your case the best way to use SilkTest : you can check GUI, enter data, verify back end ... and compare results. Regards, Greg ... Don’t just...
Is Silk Test free? Last I saw it was beyond the small company budget, infact, it was beyond most small companies entire budget for the year for all things. ;) ...
Greetings, The choice of test tool depends on quite a few factors. I would look at the options as follows: 1. Choice - 1 JFCUnit There for a long time and may...
... What exactly do you mean by a standard? Jemmy is standard with NetBeans, and has been around longer than JFCUnit. Just be careful with that Kool Aid. ... ...
... "Timothy Wall" Tue, 03 Aug 2004 23:33:33 -0000 ... Feel free to use http://www.superlinksoftware.com/cgi-bin/jugwiki.pl?TestingGUIs part of the wiki for...
Ofcourse, the comments are made with whatever little knowledge I have. When I mention that 'more of a standard' niether am I conferring a status onto JFCUnit...
Hi New into Java GUI testing and need to get started fast. Am working on testing our web-based J2EE application. It could run on Internet Explorer 4 or above...
if you are only interested in testing via internet explorer, I would look into using ruby and the wtr project ( http://rubyforge.org/projects/wtr ) of if you...
Hi. Does anyone use Pounder 0.95 for GUI testing here? I'm just starting to program in java. So the question that i'm asking might sound a little silly. I...
It's me again, having problems recording in JFCUnit. What i did... Placed CalcGUI.jar(this is the app, that i need to test) jakarta-regexp-1.2.jar jfcunit.jar...
Two things I had to do. <record file="xxx.xml"/> and robot="false" I don't know why, but for recording, robot="false" works better. I think it might be because...
...and it works fine. Easy to use and also easy to attend. Even for developers, how are not interested to write all the component calls by hand. So they can...
Nice plug Timothy! ;) I checked out Abbot. The editor is pretty kewl. I am working on something similar for JFCUnit... if my previous reply ever gets to the...
catch the link that may help u let me know if the birds r flying al the best http://java.sun.com/docs/books/tutorial/uiswing/components/scrollpane.html ...
Consider carefully what you are testing. Are you testing whether your login thread is terminating, or whether the login dialog is hidden? Of course, if...
hi, I am currently working on testing an application which launches the browser application (MS IE) for displaying help screens. I need to test this ...