Hi all, I'm currently using Abbot.SWT to unit test eclipse plugins that we are deloping. So far I succeded in testing all my stuff, but I'm wondering about the...
Hello, GUI Testing eclipse plugins.. Currently i am using testpartner for my GUI tests . The real problem is testpartner doesnot identify SWT elements. So what...
Hi, Did you try with TPTP which is specifically designed for automating on Eclipse. The second option is Abbot. In this case you have to take the build from ...
Hi, Obviously, Abbot for SWT is a good candidate for that :-) A abbot.swt.eclipse package already exists, and contains utility classes/methods to obtain what...
Hi, I am starting a new project with a swing gui and I am evaluating different test products. When I go to the marathon site, the last release date is in 2004....
I don't think marathon is still being activately developed, but I found it to be pretty stable and easy to use. The only problem I found was a dead-lock ...
I was involved with marathon for some time and it is actively being used within our organization. I am planning to restart activity on Marathon - atleast to an...
Hi All, I am Alnoor from Karachi. Currently I have an assignment to automate swing application which uses JNLP starter. I have downloaded Abbot to work with ...
Hello, I am new to Abbot . I already set the classpath and class name of my application.. I am able to record my application's behavior.. but when i am going...
hi i would just like to ask for instructions on how i could install abbot as a plugin for eclipse. i am having a hard time following the few ones i find in the...
hello, i'm beginning to use abbot and junit for unit testing, i have already been able to generate the scripts with junit, using the samples included with...
Hi friends, I have a small problem while excecuting my scripts. What i do: I excecute a number of scripts from a particular directory using the folowing code: ...
Hi, try with providing the main class name in the Launch step instead of using that variable. docson_han <docson_han@...> wrote: Hi, I am pretty new to...
Hi all, I need to unit test my SWT application, that is, when I click a button it should popup a JFace dialog box, How to assert this using junit ? Thanks in...
When I use the ˇ°capture all actionˇ± and make my application work with clicking some components,some times will appear following error, what is it mean?...
try using uispec4J API for dialog assertions. U can also use isvisible function of the dialog class i guess to check if the dialog is visible or not. correct...
Hi folks, there has been some discussion about TPTP and Abbot. It seems that Eclipse team is really putting effort on TPTP, but I can't find much activity...
I am not sure if you asking for this.... See if it this is what you are looking for... probably you can start a thread which starts a ui thread which search...
[Redirected from java-gui-testing to the appropriate group. Apologies for duplicates that get through] Application contains two screens 1) First Screen...
Getting the following exception when clicked on save from the java file chooser Means if any of application contains save button if u click on save button then...
I've communicated with several commercial organizations, but they tend to be much more tight-lipped than those working on academic or open source projects....