Tue, 20 Sep 2005

Automated GUI unit testing
Date: Mon, 04 Jul 2005 13:27:31 +0530
From: Nagappan 
To: debian-qa@lists.debian.org
Subject: Linux GUI Automation testing tool

Hi,
GNU/Linux Desktop Testing Project (GNU/LDTP) is aimed at producing high 
quality test automation framework and cutting-edge tools that can be 
used to test GNU/Linux Desktop and improve it. It uses the 
"Accessibility" libraries to poke through the application's user 
interface. The framework has tools to generate "AppMap" by reading 
through the user interface components of an application. The framework 
also has tools to record test-cases based on user-selection on the 
application.

GNU/LDTP core framework uses "AppMap" and the recorded "test-cases" to 
test an application and gives the status of each test-case as output.

As of now, GNU/LDTP can test any GNOME application which are 
accessibility enabled, Mozilla, OpenOffice.org, any Java application 
(should have a UI based on swing) and KDE 4.0 applications based on QT 
4.0 (based on the press releases by KDE).

We encourage you to join the project and help us to create robust, 
reliable and stable test tool/framework for Linux Desktops.

http://gnomebangalore.org/ldtp/index.php/Main_Page


posted at: 10:56 | category: /knowledge/development | permalink


Thu, 08 Sep 2005

IE JavaScript reference manual
>Mozilla have an excellent JS reference for Gecko available in PDF
>format, does anyone know if any such download is available for IE in
>pdf format as well?  I've looked on MSDN and nothing appears to be
>available.  Also, let me know if anything exists online that someone
>else has compiled seperately.

How about this:

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/dhtml_reference_entry.asp

posted at: 14:44 | category: /knowledge/development/javascript | permalink