Difference between revisions of "QA/test automation"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
(Getting Started)
(Getting Started)
Line 9: Line 9:
  
 
== Getting Started ==
 
== Getting Started ==
We are looking forward to your contribution to test automation. Please start with the guide [[QA/test_automation_guide | Getting Started with Test Automation]].
+
We are looking forward to your contribution to test automation. It's easy to setup test automation project to run testing. Please start with the guide [[QA/test_automation_guide | Getting Started with Test Automation]]. Tell us your test result in mailing list.
 +
== Test Automation Development ==
 +
To develop test automation code, you are required some basic Java and JUnit skills.
 +
*[http://junit.sourceforge.net/doc/cookbook/cookbook.htm Here] is a short cookbook showing how to use JUnit 4. If you know Java, it's very easy for you to understand it.
 +
*[[QA/dev_gui_testing|GUI Testing Development]]
 +
*[[QA/dev_api_testing|UNO API Testing Development]]

Revision as of 02:21, 21 August 2012


Test Automation

Yes, we can automate Apache OpenOffice testing. Test automation can help us save much time we have to spent on manual testing. Two kind of approaches is supported by Apache OpenOffice to perform functional testing, by 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

We are looking forward to your contribution to test automation. It's easy to setup test automation project to run testing. Please start with the guide Getting Started with Test Automation. Tell us your test result in mailing list.

Test Automation Development

To develop test automation code, you are required some basic Java and JUnit skills.

Personal tools