[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [DejaGnu] GUI Testing
From: |
Bao Ha |
Subject: |
RE: [DejaGnu] GUI Testing |
Date: |
Wed, 4 Apr 2001 13:02:57 -0400 |
The way I am thinking about how to do it is as follow:
- dejgnu to remotely trigering the testing
- android (http://www.smith-house.org/open.html) to
manipulate the screen events. If the GUI is on Windows,
I will use VNC to bring it to the X, since android needs
Xtest extension.
- dump the screen shot after defined strategic events
- comparing the jpeg
I am hoping somebody may have traversed this path before
and have an easier solution.
Thanks.
Bao
> -----Original Message-----
> From: address@hidden [mailto:address@hidden Behalf Of
> Rob Savoye
> Sent: Tuesday, April 03, 2001 8:55 PM
> To: Bao Ha
> Cc: address@hidden
> Subject: Re: [DejaGnu] GUI Testing
>
>
> On Mon, Apr 02, 2001 at 03:43:42PM -0400, Bao Ha wrote:
>
> > I would like to build a test suite for a Swing-based Java applet.
> >
> > How do I do that in dejagnu? I am interested in learning how
> > to enter values into the GUI.
>
> Hum... Up till now, the only time I've used DejaGnu for
> testing GUIs,
> we used a hacked up displayless X server. Adding real GUI
> testing support
> to DejaGnu is near the top of the TODO list, but it's not there now...
> There are some examples of doing remote control of GUI based
> app using Tk,
> that I'm going to try to use as a base to get started.
>
> I have a GUI based app I'm testing now, but I cheat. The
> app prints many
> verbose debug messages to the screen, so I just have DejaGnu
> look for those
> to see if the program is running correctly. Doesn't do any
> good for actually
> testing the GUI though.
>
> - rob -
>
> _______________________________________________
> DejaGnu mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/dejagnu
>