Friday, October 02, 2009

Call for LDTPv2 (Linux Desktop Testing Project) testing

We are in the process of migrating all our existing LDTP API based on CSPI (LDTPv1) to pyatspi (LDTPv2).

LDTPv2 framework was written by "Eitan Isaacson". Thanks to eeejay :)

In VMware, we have tested the LDTPv2 API's. Thanks to Ranjith Murugan, Gaurav Sharma, Anupa Kamath for verifying them.

I'm sure still there are some pending API's which has to implemented or some API's which are not compatible with LDTPv1 in LDTPv2. I request to all the users, to verify LDTPv2 in their test environment and report any issues you found. We have tested on Ubuntu 9.04 with Python 2.6. It will be nice, if you could test it on Python 2.4 / 2.5 / 3.0 as well.

New LDTPv2 dependency - twisted-python-web package.

Access LDTPv2 source through git: git://anongit.freedesktop.org/ldtp/ldtp2 or ssh://git.freedesktop.org/git/ldtp/ldtp2 or http://anongit.freedesktop.org/git/ldtp/ldtp2.git

Browse the LDTPv2 source online - http://cgit.freedesktop.org/ldtp/ldtp2/tree/

4 Comments:

At Saturday, October 3, 2009 at 6:31:00 AM PDT, Blogger thekorn said...

Can you please point me towards your bug tracker? - I would like to report this one:

% PYTHONPATH="." python examples/gedit.py
Traceback (most recent call last):
File "examples/gedit.py", line 28, in ...
ldtp.imagecapture('*gedit', '/tmp/foo.png')
File "/home/markus/devel/ldtp2/ldtp/__init__.py", line 53, in imagecapture
outFile = os.path.expanduser(outFile)
NameError: global name 'os' is not defined

 
At Saturday, October 3, 2009 at 8:55:00 AM PDT, Blogger Nagappan said...

thekorn, its http://bugzilla.gnome.org/enter_bug.cgi?product=LDTP

Thanks

 
At Sunday, October 4, 2009 at 4:07:00 AM PDT, Blogger Murray said...

This is the first I've heard of an LDTP version 2. Whats different about version 2?

 
At Monday, October 5, 2009 at 9:02:00 AM PDT, Blogger Nagappan said...

API compatibility should be same between these 2 versions, but the only and main difference is, LDTPv1 uses cspi and v2 use python-atspi (pyatspi).

Thanks

 

Post a Comment

<< Home