Difference between revisions of "VCLTesttool"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: == About the TestTool == The TestTool is a standalone program that is used for the automated testing of OpenOffice.org. The TestTool communicates with the TCP/IP-Interface of OpenOffice.o...)
 
(Requirements)
Line 13: Line 13:
  
 
* get current TestTool framework
 
* get current TestTool framework
The TestTool framework holds all scripts provided to test a milestone based on current branch. You can find all those files in OpenOffice.org CVS and can easily download them to your local file system via cvs checkout (requires a CVS program of your choice on your machine).
+
The TestTool framework holds all scripts provided to test a milestone based on current branch. You can find all those files in OpenOffice.org CVS and can easily download them to your local file system via cvs checkout (requires a CVS program of your choice on your machine => [http://qa.openoffice.org/servlets/ProjectSource CVS client setup ). Let's say you're about to test a version based on branch 'DEV300' with milestone 'm29'.
 +
 
 +
Use the following cvs command to get the sources: '''cvs checkout -r DEV300_m29 testautomation'''

Revision as of 09:18, 13 August 2008

About the TestTool

The TestTool is a standalone program that is used for the automated testing of OpenOffice.org. The TestTool communicates with the TCP/IP-Interface of OpenOffice.org and can test each installation of OpenOffice.org on a PC or in a local area network (LAN). The current TestTool can be used on OpenOffice.org 1.1beta and higher. However, as there can be some incompatible changes in future OpenOffice.org builds you may need to use a newer version of the TestTool. Current versions of TestTool can always be found here

Quick start

If you want to help in automated testing and start immediately this guide is the right choice for you. It offers a step-by-step guide to start with and is valid for testing OpenOffice.org-Version 3.x. However this guide provides only basics and it requires knowledge about CVS.

Requirements

  • Download current TestTool

Download current TestTool to a location of your choice on your local machine and extract the archive to your local system.

  • get current TestTool framework

The TestTool framework holds all scripts provided to test a milestone based on current branch. You can find all those files in OpenOffice.org CVS and can easily download them to your local file system via cvs checkout (requires a CVS program of your choice on your machine => [http://qa.openoffice.org/servlets/ProjectSource CVS client setup ). Let's say you're about to test a version based on branch 'DEV300' with milestone 'm29'.

Use the following cvs command to get the sources: cvs checkout -r DEV300_m29 testautomation

Personal tools