Difference between revisions of "QA/test automation"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
m
Line 5: Line 5:
 
== Test Automation ==
 
== Test Automation ==
  
Apache OpenOffice supports [http://en.wikipedia.org/wiki/Test_automation automated testing] which helps to save a lot time compared to manual testing. Apache OpenOffice test automation does two kinds of functional testing: GUI testing and UNO API testing. Test code is written in Java and can be run on any platform supported by Apache OpenOffice.
+
Apache OpenOffice supports [https://en.wikipedia.org/wiki/Test_automation automated testing] which helps to save a lot of time compared to manual testing. Apache OpenOffice test automation does two kinds of functional testing: GUI testing and UNO API testing. Test code is written in Java and can be run on any platform supported by Apache OpenOffice.
  
 
== Getting Started ==
 
== Getting Started ==
Line 16: Line 16:
 
*[[QA/dev_gui_testing|GUI Testing Development]]
 
*[[QA/dev_gui_testing|GUI Testing Development]]
 
*[[QA/dev_api_testing|UNO API Testing Development]]
 
*[[QA/dev_api_testing|UNO API Testing Development]]
 +
 
== Test Automatization with Dogtail ==
 
== Test Automatization with Dogtail ==
Dogtail automatization speccializes in testing accessibility. It is using python as a base.
+
Dogtail automatization specializes in testing accessibility. It is using Python as a base.
More Details can be found in [[QA/dogtail|automatitation for doctail]]
+
More Details can be found in [[QA/dogtail|automatitation for dogtail]]

Revision as of 15:09, 25 October 2021


Test Automation

Apache OpenOffice supports automated testing which helps to save a lot of time compared to manual testing. Apache OpenOffice test automation does two kinds of functional testing: GUI testing and UNO API testing. Test code is written in Java and can be run on any platform supported by Apache OpenOffice.

Getting Started

Please see the guide Getting Started with Test Automation. Tell us your test result on the mailing list. We are looking forward to your contribution to test automation.

Test Automation Development

To develop test automation code, you need some basic Java and JUnit skills, that can be acquired from:

Test Automatization with Dogtail

Dogtail automatization specializes in testing accessibility. It is using Python as a base. More Details can be found in automatitation for dogtail

Personal tools