Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: mauro.garofalo@gmail.com Newsgroups: comp.lang.java.gui Subject: Re: Good free tool for GUI Testing? Date: Wed, 18 Apr 2012 06:42:46 -0700 (PDT) Organization: http://groups.google.com Lines: 36 Message-ID: <26369087.1405.1334756566752.JavaMail.geo-discussion-forums@vbiz13> References: NNTP-Posting-Host: 143.225.85.33 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1334758029 10922 127.0.0.1 (18 Apr 2012 14:07:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 18 Apr 2012 14:07:09 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=143.225.85.33; posting-account=TPb0rAoAAADF3_sUSohrQcftlNZSHffO User-Agent: G2/1.0 X-Received-Bytes: 2346 Xref: csiph.com comp.lang.java.gui:5130 Il giorno luned=EC 13 febbraio 2012 05:51:38 UTC+1, Novice ha scritto: > I'm looking for a good free tool with which to do GUI testing. It would b= e=20 > great if it can handle Swing, applets, applications, and Java Web Start b= ut=20 > I'm willing to consider tools that don't do all of that. For the moment, = I=20 > need to test a Swing application that will likely run in Java Web Start s= o=20 > that's the most important combination I need to satisfy. >=20 > I googled and got a lot of hits. All of them, of course, sound wonderful= =20 > and some are even in my price range but I've never used any of them so I'= d=20 > like to hear from people who've actually used some free GUI testers who c= an=20 > suggest which ones are worth the time and which I should avoid. >=20 >=20 > --=20 > Novice Hi, a good FREE (and open source) framework for Java GUI testing is Maveryx htt= p://www.maveryx.com. It has many good point: - It can handle Swing, (soon) applets, applications, and Java Web Start. - There are no custom script language, you can write your test case in java= . - Thera are no GUI MAP dependences, you don't need any "capture and replay"= , only write your test and go! - It's fully compatible with JUnit through the Maveryx Eclipse plug-in. Mauro