Greetings! My company initiated new Java GUI test automation tool project and I need to gather some statistics to create better product requirements. I would...
These days I am evaluating few tools for our Java based application. We use following 1. Standalone Java Swing applications (With custom components) 2....
Hi All, I am working on Abbot automation for UI testting and as I am new to this I am not able to proceed with the following code as I have no idea, what to...
The original question sounded a lame to me. Testing of applications depend on the technologies used. If we develop swing apps we test swing apps. If we develop...
Hello, I wanted to make an automated testing program. and I wanted to know : How do I open automatically all windows, in a Java GUI application? In other...
Hi guys, this isn't about Java GUI testing, but it's entirely about a Duke mascot for those of us who use java.awt.Robot A long time ago, during the period...
you don't need to make one , just try one of the freely available record-and-play open source tools like Abbot or Marathon Regards, Amr ... -- Best regards, ...
Hi. I would argue that's the answer Hani is looking for. Hani, I am afraid there is no tool which would be able to do that for you. Opening windows within an...
Shura
alexandre.iline@...
Nov 27, 2006 2:14 pm
1583
While ago I made a promise ... ... One of the pretty old short articles finally get published on Jemmy doc page: http://jemmy.netbeans.org/COT.html That's...
Shura
alexandre.iline@...
Nov 27, 2006 3:23 pm
1584
I'm really a tester, not a qa developer but I have been assigned to create a automation test plan and also create the tests using Mercurys QTP to test our GUI...
Hi, Checkout SQAForums - you can find some good QTP users/experts over there. I might be wrong, but this group is a superb resource for OSS GUI Testing tools. ...
[redirected from java-gui-testing to appropriate forum] Costello was recording my actions, but when I tried play back them Costello shown me the follow alert:...
Hi, guys. Finally, there is another article got published: http://jemmy.netbeans.org/RecordingVSCoding.html ... Shura....
Shura
alexandre.iline@...
Dec 8, 2006 1:30 pm
1588
A description of UI tests is best done in a language which can adequately capture the information necessary to perform the test. The vocabulary includes *...
Hi Shura, Nice article. I did not see too much difference in the way I look at functional testing from GUI other than the assumption that the "action ...
... You will have to elaborate more on this - I am not at all sure what you mean. Please, provide an example. All I say in the article is true - I really...
Shura
alexandre.iline@...
Dec 19, 2006 7:45 am
1591
I have an idea for a new feature to be built into the Swing Libraries and Java runtime. One of the difficult areas of software testing is Graphical User ...
I think you need to simply investigate the existence of several opensource or "free" testing tools that already support the very type of GUI testing you...
Interesting idea .. but... The email address I'm using is not my work address @ sun. As one of the authors of the Robot class let me mention one of the policy...
Hi, Eric. If I got what you're saying ... What you're trying to achieve is discoverability of UI components through the product live cycle. The component ID is...
Shura
alexandre.iline@...
Jan 3, 2007 10:50 pm
1595
Reading Shura's message a weird thought zinged through my mind which I don't have enough clarity on yet. But here it is. I recall one of the advantages of...
To me, the biggest difficulty with UI testing is the speed at which it runs. If Swing ran headless (no rendering), how much would it speed up the process?...
"A kind of test first approach enforced by the environment, rather than being something you follow because you're dilligent. Is it worthwhile considering how...
"To me, the biggest difficulty with UI testing is the speed at which it runs." Judging by myself and my coworkers, you're in a tiny minority. Most developers...
I think everything you described is already possible. You can listen for every event using Toolkit.getDefaultToolkit().addAWTEventListener(). Also you can use...
[ PS, my particular, longer-term interest is in driving ui-essential storytests (in Fit/FitLibrary) through a UI. The storytests would be largely independent...