Difference between revisions of "QA/QA Tasks"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
(Advanced)
 
(115 intermediate revisions by 10 users not shown)
Line 1: Line 1:
'''Don't know how to contribute to QA? Read the page to get a clue.''' <br />
+
{{DISPLAYTITLE: QA Tasks}}
 +
'''Welcome'''
  
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 [https://issues.apache.org/ooo/ 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.
+
Welcome to Apache OpenOffice(aka AOO) community. As QA we are helping improve AOO product quality. In generally, we are working on defect handling, manual test, and automation test. If you are interest in QA and willing to make AOO better, don’t hesitate to work with us and contribute your idea and your effort.
  
== Beginner ==
+
QA volunteers please find tasks here:
{| class="prettytable" border="1" width="100%"
+
|-
+
! Task
+
! Comments
+
! Contributor
+
! Due Date
+
! Completion Date
+
|-
+
|}
+
  
== Intermediate ==
+
{| width="50%" class="wikitable"
{| class="prettytable" border="1" width="100%"
+
|+ '''QA Task List'''
 
|-
 
|-
! Task
+
! Task Type
! Comments
+
! Task Link
! Contributor
+
! Update Date
! Due Date
+
! Completion Date
+
 
|-
 
|-
| <s>Wiki Writing: How to report a bug</s>
+
| Defect Task
| Done! The page is [[QA/HowToFileIssue]]
+
| [[QA/Tasks/DefectTask]]
| Yan Ji
+
| Last Update 2012/11/19
|
+
|
+
 
|-
 
|-
| Wiki Writing: How to write test case
+
| Test Case Task
|
+
| [[QA/Tasks/TestcaseTask]]
|
+
| Last Update 2012/11/20
|
+
|
+
 
|-
 
|-
| Wiki Writing: GUI test cases writing checklist
+
| Automation Scripts Task
| Add to [[QA/vclauto]]
+
| *placeholder*
| Li Lin Yi
+
|  
| 20120727
+
|
+
|-
+
| Wiki Writing: Installer test cases
+
| Ongoing. Add to [[QA/AOO341_TestCase/Installation]]
+
| Lou Qing Le
+
|
+
|
+
 
|}
 
|}
  
== 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]
+
'''Following reference for QA tasks'''
| Lou Qing Le
+
 
|
+
=Working with defect=
|
+
 
|-
+
==Confirm “UNCONFIRMED" defect==
| 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=120320 Bug 120321]
+
# Reading defect description carefully to get understand essential of the problem.
| Li Lin Yi
+
# Based on the information provided verify whether the issue can be reproduced against latest build on all supported OS( the purpose of doing that is make sure  whether the problem is OS independent).
| 20120720
+
# Identify regression. Try the defect against some old builds, e.g. released milestone build, to verify if the problem can also be reproduced too. If no, that means the issue is introduced after that build. This will help developer to locate how the defect is introduced.
|
+
# Do problem determination (PD). After reproduce defect, analysis defect symptom and function implementation try to give suggestion from QA/end user perspective.
|-
+
# If the problem can be reproduced, change defect status to “CONFIRMED”, otherwise communicate with reporter to figure out the reproduce steps.
| 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=120320 Bug 120323]
+
==Verify “RESOLVED” defect==
| Li Lin Yi
+
 
| 20120725
+
# Get latest build which include the fix.
|
+
# Follow the reproduce steps on the OS which issue has been reported on, verify if the defect is able to be reproduced or not.
|-
+
# If the defect cannot be reproduce, then update your verification result to defect’s comments.
| Automated Test: Convert the complex test in sw/qa to testuno project
+
# Based on your knowledge to identify which function area may be impacted by this bug fix to do impact testing.
|
+
# If no problem found in impact testing, update your test result to defect’s comments. Otherwise reject the defect or accept this fix and open another new defect for the issue just found.
|
+
# With all verify/test is passed, change defect status to “VERIFIED” and then change it to “CLOSED”
|
+
 
|
+
==Open new defect==
|-
+
 
| Automated Test: Convert the complex test in sc/qa to testuno project
+
# When encounter problem while testing product functionality, e.g. running test case, or verifying defect, following this guide to fire bug [[QA/HowToFileIssue]]
|
+
 
|
+
=Working with manual testing=
|
+
 
|
+
In AOO project, all manual testing assets, e.g. test case, test execution are store in Testlink system(http://aootesting.adfinis-sygroup.org/index.php) , with this system we can
|-
+
 
| Automated Test: Convert the complex test in sd/qa to testuno project
+
# Perform test case manually.
|
+
# Write functionality test case
|
+
 
|
+
For Testlink system usage guide, please refer to [[QA/Testlink]]
|
+
 
|-
+
For how to write test case, please refer to [[QA/Testcase/How_to_write_test_case]] and sample test case [[QA/Testcase/Sample]]
| Automated Test: Make performance testing support Linux and Mac OS
+
 
| testcase.performance.benchmark only supports Windows now.  
+
 
|
+
=Automation section=
|
+
'''Under Construction'''
|
+
[[Category: Quality Assurance]]
|-
+
| 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
+
|
+
|-
+
| 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]
+
|
+
|
+
|
+
|}
+

Latest revision as of 09:49, 20 November 2012

Welcome

Welcome to Apache OpenOffice(aka AOO) community. As QA we are helping improve AOO product quality. In generally, we are working on defect handling, manual test, and automation test. If you are interest in QA and willing to make AOO better, don’t hesitate to work with us and contribute your idea and your effort.

QA volunteers please find tasks here:

QA Task List
Task Type Task Link Update Date
Defect Task QA/Tasks/DefectTask Last Update 2012/11/19
Test Case Task QA/Tasks/TestcaseTask Last Update 2012/11/20
Automation Scripts Task *placeholder*


Following reference for QA tasks

Working with defect

Confirm “UNCONFIRMED" defect

  1. Reading defect description carefully to get understand essential of the problem.
  2. Based on the information provided verify whether the issue can be reproduced against latest build on all supported OS( the purpose of doing that is make sure whether the problem is OS independent).
  3. Identify regression. Try the defect against some old builds, e.g. released milestone build, to verify if the problem can also be reproduced too. If no, that means the issue is introduced after that build. This will help developer to locate how the defect is introduced.
  4. Do problem determination (PD). After reproduce defect, analysis defect symptom and function implementation try to give suggestion from QA/end user perspective.
  5. If the problem can be reproduced, change defect status to “CONFIRMED”, otherwise communicate with reporter to figure out the reproduce steps.

Verify “RESOLVED” defect

  1. Get latest build which include the fix.
  2. Follow the reproduce steps on the OS which issue has been reported on, verify if the defect is able to be reproduced or not.
  3. If the defect cannot be reproduce, then update your verification result to defect’s comments.
  4. Based on your knowledge to identify which function area may be impacted by this bug fix to do impact testing.
  5. If no problem found in impact testing, update your test result to defect’s comments. Otherwise reject the defect or accept this fix and open another new defect for the issue just found.
  6. With all verify/test is passed, change defect status to “VERIFIED” and then change it to “CLOSED”

Open new defect

  1. When encounter problem while testing product functionality, e.g. running test case, or verifying defect, following this guide to fire bug QA/HowToFileIssue

Working with manual testing

In AOO project, all manual testing assets, e.g. test case, test execution are store in Testlink system(http://aootesting.adfinis-sygroup.org/index.php) , with this system we can

  1. Perform test case manually.
  2. Write functionality test case

For Testlink system usage guide, please refer to QA/Testlink

For how to write test case, please refer to QA/Testcase/How_to_write_test_case and sample test case QA/Testcase/Sample


Automation section

Under Construction

Personal tools