Difference between revisions of "QA/test automation"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
(minor rephrasing)
m (Getting Started)
Line 9: Line 9:
 
== Getting Started ==
 
== Getting Started ==
  
Please see the guide [[QA/test_automation_guide | Getting Started with Test Automation]]. Tell us your test result on the [mailto:ooo-dev@incubator.apache.org mailing list]. We are looking forward to your contribution to test automation.
+
Please see the guide [[QA/test_automation_guide | Getting Started with Test Automation]]. Tell us your test result on the [mailto:dev@openoffice.apache.org mailing list]. We are looking forward to your contribution to test automation.
  
 
== Test Automation Development ==
 
== Test Automation Development ==

Revision as of 12:08, 11 October 2013


Test Automation

Apache OpenOffice supports 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.

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:

Personal tools