Difference between revisions of "Automation"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: Automation is a part of OpenOffice.org and located in the [http://tools.openoffice.org tools project]. It is a tool for QA Automation used by the [http://qa.openoffice.org qa project]...)
 
Line 1: Line 1:
Automation is a part of [[OpenOffice.org]] and located in the [http://tools.openoffice.org tools project].
+
Home of the VCLTestTool.
  
It is a tool for QA Automation used by the [http://qa.openoffice.org qa project]
+
In this module the VCLTestTool is located. Except for the GUI which is located in module [[basic]].
 +
The VCLTestTool is a tool for QA Automation used by the [http://qa.openoffice.org qa project]
 
----
 
----
 
The most important Directories are source/server and source/testtool. Another important Directory is the the directory source/app in [[Basic]] containing the GUI for the VCLTestTool.
 
The most important Directories are source/server and source/testtool. Another important Directory is the the directory source/app in [[Basic]] containing the GUI for the VCLTestTool.

Revision as of 11:23, 14 January 2009

Home of the VCLTestTool.

In this module the VCLTestTool is located. Except for the GUI which is located in module basic. The VCLTestTool is a tool for QA Automation used by the qa project


The most important Directories are source/server and source/testtool. Another important Directory is the the directory source/app in Basic containing the GUI for the VCLTestTool.

  • source/server contains the code for the sts library which is loaded into the Office process to remotely controll the Office. It mainly uses the VCL Layer to access and manipulate the GUI. There is also the possibility to access the UNO::Dispatch Interface to dispatch slots.
  • source/testtool contains the plugin to the GUI from basic which handles the command extension of the standard basic and the communication with the sts dll running in the Office Process
  • source/miniapp contains a verry small application which can serve as office replacement for testing very basic functionality of the VCLTestTool.

Contact: GH

Personal tools