Search the web
Sign In
New User? Sign Up
java-gui-testing · Java GUI Testing
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 162 - 197 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
162
Hi venu, Where can I get the Loadrunner software.Is it free download? Kindly give me the detail. regards, riyaz,dubai Catch all the cricket action. Download...
Mohamed Riyaz
riyaz_enayath
Offline Send Email
Mar 7, 2003
8:57 pm
163
See http://www-heva.mercuryinteractive.com/products/loadrunner/ It is a commercial product, and has little to do with Java GUI Testing (the subject of this...
David Herron
reikiman
Offline Send Email
Mar 8, 2003
4:31 am
164
Hello every one : plz i need a help that i need to make an internal frame that i can resize it from some sides and the other no as an example that i can resize...
javamurder
Offline Send Email
Mar 8, 2003
7:02 pm
167
Please do not place ads in this yahoo group. Rick...
Rick Mugridge
rickmugridge
Offline Send Email
Mar 19, 2003
2:28 am
171
A complex GUI design generally entails a lot of data connections and messaging (I'm assuming an audience that doesn't find testing a simple dialog a...
Timothy Wall
timothyrwall
Offline Send Email
Mar 19, 2003
2:16 pm
172
Hi. We, in Netbeans and S1S QA, use both approaches. First kind of synchronization, which is "tweak just the bits of the GUI", as you put it, happened...
Alexandre Iline
alexandre.iline@...
Send Email
Mar 19, 2003
6:32 pm
173
is there any calss in java to write capture replay method...
nimalan2000
Offline Send Email
Mar 22, 2003
3:43 pm
174
... Write a framework that a) listens to the EventQueue (the obvious hook is the Toolkit method for this, but someone told me last week that buried in the ...
David Herron
reikiman
Offline Send Email
Mar 22, 2003
5:29 pm
175
Those are very good points David. Here is how I am thinking of addressing those related to 1) in the next version of soup (http://soup.sorceforge.net) Of...
Paulo Magalhaes
pevmca
Offline Send Email
Mar 23, 2003
8:04 pm
176
Paulo Magalhaes Sun, 23 Mar 2003 15:10:17 -0500 ... BTW, It Would Be Nice, for users of thinner UI wrappers (e.g. SWT), if you could also capture events on the...
Thomas L Roche
tlroche
Offline Send Email
Mar 24, 2003
5:52 pm
177
The other VERY important consideration when picking a naming strategy is readability. The more readable your scripts, the easier it is to maintain them, the...
Jeremy Stell-Smith
stellsmi
Offline Send Email
Mar 24, 2003
6:16 pm
178
... While the visible representation should be simple, the underlying reference need not be. Certainly when writing a reference by hand, you'd like to be able...
Timothy Wall
timothyrwall
Offline Send Email
Mar 24, 2003
6:49 pm
179
Is there any tool/framework to test GUI application written in Eclipse (using SWT + JFace components). I need it for automating the regression test. Regards, ...
Pradeep Bojan
pradeep_kots
Offline Send Email
Mar 26, 2003
12:15 pm
180
Unfortunately, such a tool would be very platform-specific, since all of the event generation needs to be native, and there isn't a consistent interface to the...
Timothy Wall
timothyrwall
Offline Send Email
Mar 26, 2003
12:46 pm
181
... I'm sorry, Timothy, what are you saying is not right. I've run some experiments directed to find out if automation in SWT is possible: using SWT API and...
Alexandre Iline
alexandre.iline@...
Send Email
Mar 26, 2003
4:47 pm
182
Hi Shura, I'm not saying it's not *possible*. java.awt.Robot lets you simulate any conceivable user input (as seen by java). What I'm saying is that it may...
Timothy Wall
timothyrwall
Offline Send Email
Mar 26, 2003
5:44 pm
183
... I was able to create several "operators" (in jemmy meaning) for several "controls" (in SWT meaning). I used java only, it worked for Solaris and MS...
Alexandre Iline
alexandre.iline@...
Send Email
Mar 26, 2003
6:15 pm
184
Pradeep Bojan Wed, 26 Mar 2003 17:35:45 +0530 ... You, me, and a thousand other unfortunates :-) Timothy Wall Wed, 26 Mar 2003 07:46:13 -0500 ... Well, a...
Tom Roche
tlroche
Offline Send Email
Mar 27, 2003
12:24 am
185
Hi friendz, I have recently joined in ur group.I am having 3 yrs exp in Manual and Automation Testing.If u know about job vacancies,plz make a mail to me. with...
udayvas_qc
Offline Send Email
Apr 1, 2003
6:39 am
186
Could the authors of frameworks listening in here please put together a summary of their projects here? I'd like to put together a sort of FAQ highlighting...
Timothy Wall
timothyrwall
Offline Send Email
Apr 2, 2003
3:58 pm
187
Timothy Wall Wed Apr 2, 2003 3:58 pm ... Actually the RTP Java Users' Group has a wiki on which I have already put a page ...
Thomas L Roche
tlroche
Offline Send Email
Apr 2, 2003
4:24 pm
188
Rational RobotJ Pradeep Bojan <pbojan@...> wrote: Is there any tool/framework to test GUI application written in Eclipse (using SWT + JFace...
AtilaGyürék
atila_gyurek
Offline Send Email
Apr 3, 2003
8:28 am
189
IS Rational RoboJ meant for Record N Playback mechanism or help the user build a framework to access applications components similar to various tools ...
Manjula Kalluri
manjulakalluri
Offline Send Email
Apr 3, 2003
8:34 am
190
Manjula Kalluri <mkalluri@...> Thu, 3 Apr 2003 13:54:48 +0530 ... "adventures in parsing" :-) Lemme rephrase your questions as makes sense to me: ...
Thomas L Roche
tlroche
Offline Send Email
Apr 3, 2003
11:09 pm
191
http://www.sys-con.com/java/article.cfm?id=1940 Gives use cases for both testing an existing UI and for TFD....
Thomas L Roche
tlroche
Offline Send Email
Apr 4, 2003
3:08 am
193
Hi friends, iam working on J2ee Technoligies , i want to test our applications manually , pls send how to write java test cases,test plans ,to test performance...
Srinivsarao Mummana
srinivasarao...
Offline Send Email
Apr 9, 2003
2:01 pm
194
Hi, I am writing this tool which records and plays back java gui tests. It records basically the events and their locations on screen, and plays them back...
Shameek Chakravarty
shameek_c
Offline Send Email
Apr 17, 2003
6:38 am
195
On Wednesday, Apr 16, 2003, at 23:38 US/Pacific, Shameek Chakravarty ... Is your code running in the same VM as the application? If so you've got a lot more...
David Herron
reikiman
Offline Send Email
Apr 17, 2003
2:37 pm
196
There are several solutions, but no one is a silver bullet. I challenge you to list the pros and cons of each: 1) launch each test in a separate VM and use...
Timothy Wall
timothyrwall
Offline Send Email
Apr 21, 2003
1:49 pm
197
Thanks David and Tim ! That helps a lot. -Shameek ... Chakravarty ... tests. ... start ... step ... the ... it ... taking ... you've ... the ... active,...
Shameek Chakravarty
shameek_c
Offline Send Email
Apr 21, 2003
2:12 pm
Messages 162 - 197 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help