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....
I was getting the same error in the same manner. I found that exiting Costello and restarting it, to run it just once, took care of the problem. Since I am a...
Hi, This might all be old news, but I just stumbled across a tool and research paper that were quite interesting to me. They seem relevant to the list. - Curt...
When I attempt to launch my application under test via Test->Launch, I'm getting the Unsupported major.minor version 49.0 error. I'm attempting to test an...
Here's a short article on how to run UI tests when you don't have a separate, dedicated machine for doing so, and you still want to be able to use your local...
The classes are 1.5 classes. But your JRE is 1.4 or lower ... From: "bbucher2002" <bbucher2002@...> To: <java-gui-testing@yahoogroups.com> Sent: Tuesday,...
You need to also run the tests under Java 5. (49.0 is the version number of Java 5 class files.) You didn't tell us what tools you are using... Ilja...
Hi All, We are planning to use Jemmy for Java GUI testing. The tutorial at http://jemmy.netbeans.org is too ambiguous to understand. Has anyone in this forum...
It's quite simple. As far as I remember, you simply create an operator (such as a JButtonOperator) for the component you want, well operate, and then use it in...
This question is replied on a more appropriate alias: users@... Shura....
shura
alexandre.iline@...
Aug 17, 2006 4:55 am
1543
Hi, Are there any "j2me emulator gui automation" tool available? If anyone working or know any gui automation tool for j2me platform would be great. Thanks ...
I'm looking for a Java testing tool that doesn't cost a fortune and gives us the following functionality: we would instrument some methods of some classes in...
... Hi Brian, Have you checked the archives? There should be several tools mentioned that fits your description pretty well. E.g. Abbot has recording and the...
From what I see, two types of requirements are mixed together: record/playback and code/data coverage. I could recommend Emma as a code coverage tool. It does...
Shura
alexandre.iline@...
Aug 28, 2006 3:16 pm
1547
There is a document in the files section of this group comparing various tools - though a little outdated it should give you a good idea of what is available. ...
... I'm not aware of anything like that, but it sounds like the kind of thing AOP is suited for, so that might be a starting point. It's also the same...