Difference between revisions of "QA/QA Tasks"

From Apache OpenOffice Wiki
< QA
Jump to: navigation, search
(Intermediate)
 
(124 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. 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
+
|  
|
+
|
+
|-
+
| Wiki Writing: Installer test cases
+
| Ongoing. Add to [[QA/AOO341_TestCase/Installation]]
+
| Lou Qing Le
+
|
+
|
+
 
|}
 
|}
  
== Advanced ==
+
 
{| class="prettytable" border="1" width="100%"
+
'''Following reference for QA tasks'''
|-
+
 
! Task
+
=Working with defect=
! Comments
+
 
! Contributor
+
==Confirm “UNCONFIRMED" defect==
! Due Date
+
 
! Completion Date
+
# Reading defect description carefully to get understand essential of the problem.
|-
+
# 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).
| Automated Test: install/uninstall silently OpenOffice installation package (Not the archive package).
+
# 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.
| Need update "test/testoo/build.xml"
+
# 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.
|
+
 
|
+
==Verify “RESOLVED” defect==
|-
+
 
| Automated Test: Refactor the test code under testcase.sc.*
+
# Get latest build which include the fix.
| Make sure the classes can run against AOO. Merge related classes into one class
+
# 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.
|
+
# 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”
| Automated Test: Convert the complex test in sw/qa to testuno project
+
 
|
+
==Open new defect==
|
+
 
|
+
# 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=
| Automated Test: Convert the complex test in sc/qa to testuno project
+
 
|
+
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
|
+
 
|
+
# Perform test case manually.
|
+
# Write functionality test case
|-
+
 
| Automated Test: Convert the complex test in sw/qa to testuno project
+
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=
| Automated Test: Make performance testing support Linux and Mac OS
+
'''Under Construction'''
| testcase.performance.benchmark only supports Windows now.  
+
[[Category: Quality Assurance]]
|
+
|
+
|
+
|-
+
| 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