Difference between revisions of "QA/test automation"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
(Test Automation Development)
(Test Automation Development)
Line 12: Line 12:
 
== Test Automation Development ==
 
== Test Automation Development ==
 
To develop test automation code, you are required some basic Java and JUnit skills.  
 
To develop test automation code, you are required some basic Java and JUnit skills.  
*[http://junit.sourceforge.net/doc/cookbook/cookbook.htm JUnit cookbook]. It shows how to use JUnit 4. If you know Java, it's very easy for you to understand it.
+
*[http://junit.sourceforge.net/doc/cookbook/cookbook.htm JUnit Cookbook]. It shows 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_gui_testing|GUI Testing Development]]
 
*[[QA/dev_api_testing|UNO API Testing Development]]
 
*[[QA/dev_api_testing|UNO API Testing Development]]

Revision as of 02:22, 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