Difference between revisions of "QA/QA Tasks"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
(Automation Script Task)
(Advanced: Remove it)
Line 397: Line 397:
 
|  
 
|  
 
| Li Lin Yi
 
| Li Lin Yi
|
 
|
 
|}
 
 
== Advanced ==
 
{| class="prettytable" border="1" width="100%"
 
|-
 
! Task
 
! Comments
 
! Contributor
 
! Due Date
 
! Completion Date
 
|-
 
| Automated Test: install/uninstall silently OpenOffice installation package (Not the archive package).
 
| Need update "test/testoo/build.xml"
 
 
[https://issues.apache.org/ooo/show_bug.cgi?id=120322 Bug 120322]
 
| Lou Qing Le
 
|
 
|
 
|-
 
| Automated Test: Refactor the test code under testcase.sc.*
 
| Make sure the classes can run against AOO. Merge related classes into one class.<br />[https://issues.apache.org/ooo/show_bug.cgi?id=120321 Bug 120321]
 
| Li Lin Yi
 
| 2012-07-20
 
| 2012-07-20
 
|-
 
| Automated Test: Make test code under testcase.sc/sw/sd.* language-neutral
 
| Make sure the classes can run against AOO en-US/zh-CN/zh-TW build.<br />[https://issues.apache.org/ooo/show_bug.cgi?id=120323 Bug 120323]
 
| Li Lin Yi
 
| 2012-07-25
 
|
 
|-
 
| Automated Test: Convert the complex test in sw/qa to testuno project
 
|
 
|
 
|
 
|
 
|-
 
| Automated Test: Convert the complex test in sc/qa to testuno project
 
|
 
|
 
|
 
|
 
|-
 
| Automated Test: Convert the complex test in sd/qa to testuno project
 
|
 
|
 
|
 
|
 
|-
 
| Automated Test: Make performance testing support Linux and Mac OS
 
| testcase.performance.benchmark only supports Windows now.
 
|
 
|
 
|
 
|-
 
| Automated Test: Create new UNO API test project
 
| [https://issues.apache.org/ooo/show_bug.cgi?id=120320 Bug 120320]
 
| Liu Zhe
 
| 2012-7-20
 
| 2012-7-20
 
|-
 
| Automated Test: Create VclTreeListBox for WINDOW_TREELISTBOX controls
 
| Add testcommon/source/org/openoffice/test/vcl/widget/VclTreeListBox
 
| Li Lin Yi
 
| 2012-7-27
 
|
 
|-
 
| Automated Test: Remove testtool component from installation package
 
| Currently testtool is included in the installation package. It should be removed. [http://comments.gmane.org/gmane.comp.apache.incubator.ooo.devel/21458 Discussion in Mailing list]
 
|
 
|
 
|
 
|-
 
| Performance Test: Write the performance test script of launch cases
 
| Compare the launch performance of normal start and quick start
 
| Liu Yi Xuan
 
| 2012-7-25
 
|
 
|-
 
| Performance Test: Run Performance Test on new RC build
 
|
 
| Liu Yi Xuan
 
| 2012-7-27
 
|
 
|-
 
| Automated Test: Write basic database cases via UNO API
 
|
 
| Wang Li Feng
 
|
 
|
 
|-
 
| Automated Test: Create new UNO API cases for Spreadsheet
 
|
 
| Guo Bin
 
|
 
|
 
|-
 
|Automated Test:write text general case in word processor  via UNO API
 
|
 
|Du Jing
 
 
|
 
|
 
|
 
|
 
|}
 
|}

Revision as of 02:09, 26 July 2012

Don't know how to contribute to QA? Read the page to get a clue.

The following table records the short-term tasks which you can help currently. The tasks are easy and make you get involved quickly. If you are interested in some ones, please add your name and due date in the table, then create a task in bugzilla. When you finish the task, please fill the completion date and make the row strikethrough. Besides these tasks, there are a lot of long-term QA task to do. Talk in the mailing list ooo-qa@incubator.apache.org when you are confused.

Release Testing Task

Task list here are test activity before product release

Task Brief description Complexity BZ ID Owner Due Day Completion Date
AOO 3.4.1 RC1 Testing Test RC1 rev 1364591 Middle Issue 120363 Yan Ji 2012/07/30

Test case Task

Task list here are test case related work

Task Brief description Complexity BZ ID Owner Due Day Completion Date

Test Execution Task

Tasks list here are test case execution related

Task Brief description Complexity BZ ID Owner Due Day Completion Date
Run Build Verification Test on AOO r1364591 Add report to QA/Report/BVT Li Lin Yi 2012-07-27

Automation Script Task

Tasks list here are automation script related work

Task Brief description Complexity BZ ID Owner Due Day Completion Date
Let LongRun.java to output csv Get a clear trend using csv Middle Issue 120351 Liu Zhe 2012/07/24 2012/07/24
Rename GUI test package name into testcase.gui Avoid to conflict with uno test Middle Issue 120352 Liu Zhe 2012/07/25 2012/07/25
Silent install/uninstall Need update "test/testoo/build.xml"
High Issue 120322 Lou Qing Le 2012/08/01
Refactor the test code under testcase.sc.* Make sure the classes can run against AOO. Merge related classes into one class High Issue 120321 Li Lin Yi 2012/07/20 2012/07/20
Make test code under testcase.sc/sw/sd.* language-neutral Make sure the classes can run against AOO en-US/zh-CN/zh-TW build. High Issue 120323 Li Lin Yi 2012/07/25
Convert the complex test in sw/qa to testuno project High
Convert the complex test in sc/qa to testuno project High
Convert the complex test in sd/qa to testuno project High
Make performance testing support Linux and Mac OS testcase.performance.benchmark only supports Windows now High
Create new UNO API test project High Issue 120320 Liu Zhe 2012/07/20 2012/07/20
Create VclTreeListBox for WINDOW_TREELISTBOX controls Add testcommon/source/org/openoffice/test/vcl/widget/VclTreeListBox High Li Lin Yi 2012/07/27
Remove testtool component from installation package Currently testtool is included in the installation package. It should be removed. Discussion in Mailing list High
Write the performance test script of launch cases Compare the launch performance of normal start and quick start High Liu Yi Xuan 2012/07/25
Write basic database cases via UNO API High Wang Li Feng
Create new UNO API cases for Spreadsheet High Guo Bin
write text general case in word processor via UNO API High Du Jing

Documentation Task

Task list here are documentation work related

Task Brief description Complexity BZ ID Owner Due Day Completion Date
Wiki Writing: How to report a bug A guide for filling bug in Bugzilla High Yan Ji 2012/07/19
Wiki Writing: How to write test case A guide for writing test case High Yan Ji 2012/07/27
Wiki Writing: GUI test cases writing checklist Add to QA/vclauto High Issue 120324 Li Lin Yi 2012/07/27
Wiki Writing: Installer test cases Add to QA/AOO341_TestCase/Installation Middle Lou Qing Le 2012/07/20
Wiki Writing: Performance Test Introduction Middle Liu Yi Xuan 2012/07/25

Intermediate

Task Comments Contributor Due Date Completion Date
Wiki Writing: How to report a bug Done! The page is QA/HowToFileIssue Yan Ji
Wiki Writing: How to write test case
Wiki Writing: GUI test cases writing checklist Add to QA/vclauto
Bug 120324
Li Lin Yi 20120727
Wiki Writing: Installer test cases Done. Add to QA/AOO341_TestCase/Installation Lou Qing Le
AOO 3.4.1 RC build installation testing clean install and upgrade from Aoo 3.4. On Win7, Win8, Ubuntu, Suse, Redhat and some 64-bit platforms.

Install language packages and check the language switching.

Lou Qing Le 2012/07/31
AOO 3.4.1 RC build general testing 2012/07/31
AOO 3.4.1 RC build release blocker defects verification Wang Li Feng 2012/07/31
Automated Test: Let LongRun.java to output csv Get a clear trend using csv. Bug 120351 Liu Zhe 2012/07/24 2012/07/24
Automated Test:Rename GUI test package name into testcase.gui Avoid to conflict with uno test. Bug 120352 Liu Zhe 2012/07/25
Wiki Writing: Performance Test Introduction Liu Yi Xuan 2012/07/25
Automated Test: Run perfromance test. Compare load/preload result Li Lin Yi
Personal tools