LDTP works based on some technology ?

Is LDTP announced ?

Linux Desktop Testing Project (LDTP) was the first Test Automation Framework to use AT-SPI !!! LDTP has been open sourced by January 2005.

Why is LDTP not part of the GNOME project ?

How is LDTP different from other desktop testing frameworks ?

LDTP is a unique initiative to make Linux Desktops stable and rock solid by running them through rigorous suite of test conditions. At the time of writing this document, some of the prominent features of LDTP include

I believe that the goal of another desktop testing framework would be similar to that of LDTP and hence reduntant. I welcome everyone to join hands with the LDTP community and make it the de facto desktop testing framework for *nix platform. LDTP community has made 11 dot releases so far and is active.

How LDTP discovers the object ?

LDTP discovers the object both dynamically (using remap) and statically (using application map - Howto generate Application map)

How to enable accesssibility

In gnome-control-center, open 'Assistive Technology' and click 'Enable Assistive technologies' check box. Close and logout once. Accessibility will be enabled in GNOME environment.

Who uses and supports LDTP ?

LDTP community include hackers from:

And I see increasing number of participation every week in weekly community meetings.

It is great to note that the following have successfully deployed LDTP

Does LDTP support platforms other than Linux ?

Yes, LDTP hackers from Sun Microsystems have successfully tested LDTP on Solaris. There are people trying to use LDTP on FreeBSD as well.

How to use LDTP to test Java applications ?

http://mail.gnome.org/archives/gnome-accessibility-list/2003-November/msg00085.html

Will LDTP support KDE ?

Yes. From KDE 4.0, KDE has planed to provide QT - ATK bridge, with this bridge LDTP can be used to test KDE applications also. Refer:

How accessibility technology works ?

Refer:

Can I run my tests from a remote location ?

Accessibility for remote GNOME apps is still on the roadmap. Because the accessibility framework uses CORBA, it works in theory, but in practice, the bonobo-activation mechanism which GNOME uses to register with the at-spi registry is tied to localhost. So the missing link is a remote bonobo-activation; once you have that, the rest should fall into place.

Refer: Mail from Bill Haneman

Why does error message 'Unidentified Object' displayed ?

Where do i get information about python ?

General Python links

How can I write component functions for LDTP ?

Is there any tutorial available for writing test scripts ?

How to create LDTP test scripts in python

After adding new file, when I try to generate rpm, I'm getting error like <new file> not found ?

Rpm distribution module tries to read MANIFEST file in local directory. If this file already exist and if you have added a new file in setup.py, on building you won't get any error. But on creating rpm you will get an error like <you new file name> not found. Remove MANIFEST file in local directory and generate the rpm file.

When I try to generate appmap for applications like gimp, gaim, I'm getting an error message "application not running" ?

When xscreensaver runs, GNU/LDTP is unable to proceed ?

Seems to be accessibility bug. As a work around, use the command 'xscreensaver-command -exit'

I don't see any console output which are printed with g_print ?

LDTP supported platforms

How to Compile LDTP under Ubuntu Dapper?

Check ldtpUnderDapper. You will need automake 1.9 and aclocal 1.9 installed.

Recommended GNOME Version

GNOME 2.10 and above

FAQ (last edited 2008-07-14 21:08:12 by NagappanAlagappan)