Difference between revisions of "Test Refactor"
(Created page with " == Current Testing Status == Currently, there are many modules for testing. *test *testtools *testgraphical *testautomation *smoketestdoc *smoketestoo_native *qadevOOo == Tar…") |
|||
| Line 1: | Line 1: | ||
== Current Testing Status == | == Current Testing Status == | ||
| − | Currently, there are many modules for testing. | + | Currently, there are many modules for testing. Note, the mentioned testing here requires a running OOo instances. It's not the unit test at the code level. |
*test | *test | ||
| + | Includes reusable code for UNO API test. | ||
*testtools | *testtools | ||
| + | Some tests for UNO bridges and language bindings. | ||
*testgraphical | *testgraphical | ||
| + | Test tool to test documents by it's graphical representation. | ||
*testautomation | *testautomation | ||
| + | All test scripts for the old VCL Testtool. Nobody maintains it now. | ||
*smoketestdoc | *smoketestdoc | ||
| + | It's used to generate the test documents required by smoke test. | ||
*smoketestoo_native | *smoketestoo_native | ||
| + | A small test suite to verify if the basic functions of OpenOffice.org work. | ||
*qadevOOo | *qadevOOo | ||
| − | + | UNO API test, complex test. | |
| − | |||
== Target == | == Target == | ||
Revision as of 07:00, 21 June 2012
Current Testing Status
Currently, there are many modules for testing. Note, the mentioned testing here requires a running OOo instances. It's not the unit test at the code level.
- test
Includes reusable code for UNO API test.
- testtools
Some tests for UNO bridges and language bindings.
- testgraphical
Test tool to test documents by it's graphical representation.
- testautomation
All test scripts for the old VCL Testtool. Nobody maintains it now.
- smoketestdoc
It's used to generate the test documents required by smoke test.
- smoketestoo_native
A small test suite to verify if the basic functions of OpenOffice.org work.
- qadevOOo
UNO API test, complex test.
Target
- testcommon
- testapi
- testscript
- test
Replaced by testcommon
- testtools
Replaced by testcommon
- testgraphical
Re-implement it as JUnit4 testcase in testscript.
- testautomation
Removed.
- smoketestdoc
Move it into testscript.
- smoketestoo_native
Re-implement it as JUnit4 testcase in testscript.
- qadevOOo
Change the name to testapi?