Difference between revisions of "Quality Assurance"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Helpful links)
m (Apache OpenOffice 4.0)
 
(65 intermediate revisions by 12 users not shown)
Line 1: Line 1:
 
==General Information==
 
==General Information==
<b>Quality Assurance (QA) is more than testing!</b><br>
+
<b>Quality Assurance (QA) is more than testing!</b>
You can find some interesting articles about [http://en.wikipedia.org/wiki/Software_quality Software Quality] and [http://en.wikipedia.org/wiki/Software_testing Software Testing] at [http://en.wikipedia.org/wiki/Main_Page WikiPedia].
+
You can find some interesting articles about [https://en.wikipedia.org/wiki/Software_quality Software Quality] and [https://en.wikipedia.org/wiki/Software_testing Software Testing] at [https://en.wikipedia.org/wiki/Main_Page WikiPedia].
  
The Apache OpenOffice community community members working on quality assurance [http://en.wikipedia.org/wiki/Software_quality_assurance (QA)] functions perform important actions for the group effort overall.  
+
The Apache OpenOffice community members working on quality assurance [https://en.wikipedia.org/wiki/Software_quality_assurance (QA)] functions perform important actions for the group effort overall.  
  
If you are interested in doing QA for OpenOffice.org, please feel free, and encouraged, to join the community. You can find all relevant information about joining the team at [http://qa.openoffice.org/ooQAReloaded/Docs/QA-Reloaded-HowToStart.html How-To-Start page].
+
If you are interested in doing QA for OpenOffice, please feel free, and encouraged, to join the community. You can find all relevant information about joining the team at [https://www.openoffice.org/qa/ooQAReloaded/Docs/QA-Reloaded-HowToStart.html How-To-Start page].
  
==<b>Helpful links</b><br>==
+
==<b>Helpful links</b>==
* Homepage of the QA project on OOo : http://qa.openoffice.org That is the legacy project, but some information might still be useful.
+
* Homepage of the QA project on {{AOo}} : https://openoffice.apache.org/qa.html
 
* Mailing list of the QA project:  
 
* Mailing list of the QA project:  
:Archives [http://markmail.org/search/+list:org.apache.incubator.ooo-qa Markmail] [http://mail-archives.apache.org/mod_mbox/incubator-ooo-qa/ Apache]
+
:Subscribe: [mailto:dev-subscribe@openoffice.apache.org dev-subscribe@openoffice.apache.org]
:Subscribe: ooo-qa-subscribe@incubator.apache.org
+
:Archives [https://markmail.org/search/+list:org.apache.incubator.ooo-qa Markmail] [https://mail-archives.apache.org/mod_mbox/#openoffice/ Apache]
* Query for existing bugs in IssueTracker : https://issues.apache.org/ooo/
+
* Query for existing bugs in Bugzilla : https://bz.apache.org/ooo/
* Writing a new issue in IssueTracker :
+
* Writing a new issue in Bugzilla : [https://issues.apache.org/ooo/enter_bug.cgi Bugzilla New Issue]
:Guide for open defect in Bugzilla: [http://wiki.services.openoffice.org/wiki/QA/HowToFileIssue How to file issue in bugzilla]
+
:[https://issues.apache.org/ooo/enter_bug.cgi Bugzilla New Issue]
+
 
:[[Issue_lifecycle]], a workflow for Bugzilla
 
:[[Issue_lifecycle]], a workflow for Bugzilla
 
* QA category on OOo wiki : [[:Category:Quality_Assurance|Quality Assurance]]
 
* QA category on OOo wiki : [[:Category:Quality_Assurance|Quality Assurance]]
*[http://wiki.services.openoffice.org/wiki/QA/vclauto Vclauto(a new GUI testing automation tool based on Java)]
+
*[[QA/test_automation|Test Automation]]
*[[QA/Build Verification Test(BVT)]]
+
*[[QA/Build Verification Test(BVT)|Build Verification Test]]
 +
*[[QA/Performance Verification Test(PVT)|Performance Verification Test]]
 
*[[Performance/AOO3.4.1_PVT_Introduction]]
 
*[[Performance/AOO3.4.1_PVT_Introduction]]
*Installation test cases: http://wiki.services.openoffice.org/wiki/QA/AOO341_TestCase/Installation
+
*[[QA/SVT | System Verification Test(SVT)]]
 +
*[[QA/SVTReport | SVT/SVT Report]]
 +
*[[QA/AOO341_TestCase/Installation |Installation test cases]]
  
==Routine Test Report==
+
==<b>Issue Tracking</b>==
Build Verification Test(BVT)http://wiki.services.openoffice.org/wiki/QA/Report/BVT
+
*[[Issue_lifecycle]], a workflow for Bugzilla
 +
*[[QA/HowToFileIssue]], a guide for how to open an issue in Bugzilla.
  
Performance Verification Test(PVT)http://wiki.services.openoffice.org/wiki/QA/AOO341_PVTResult/r1351960
+
==Test Case==
 +
*[[QA/Testcase/How_to_write_test_case |a guide for how to write a test case]],
 +
*[[QA/Testcase/Template |template for test case]],
 +
*[[QA/Testcase/Sample |a sample test case]],
 +
*[[QA/Testlink |a guide for test management]].
 +
*[[QA/Tescase |Database Test Matrix]].
 +
*[[QA/Testcase|General Testing]].
  
Weekly Report http://wiki.services.openoffice.org/wiki/QA/Report/WeeklyReport
+
==Automation Test==
 +
* Automation Guide
 +
**[[QA/test_automation_guide|Automation Usage Guide]]
 +
**[[QA/dev_gui_testing | Automation Development Guide]]
 +
**[[QA/vclauto/A_step_by_step_example | GUI Case Development Step by Step Example]]
 +
* BVT(Build Verification Test)
 +
**[[QA/Build Verification Test(BVT)|Build Verification Test]]
 +
**[[https://wiki.openoffice.org/wiki/QA/BVT How to run BVT]]
 +
**[[https://wiki.openoffice.org/wiki/QA/BVT_Report BVT Report]]
 +
* PVT(Performance Verification Test)
 +
**[[QA/Performance Verification Test(PVT)|Performance Verification Test]]
 +
**[[Performance/AOO3.4.1_PVT_Introduction]]
 +
**[[https://wiki.openoffice.org/wiki/QA/PVT How to run PVT]]
 +
**[[https://wiki.openoffice.org/wiki/QA/PVT_Report PVT Report]]
 +
* SVT(System Verification Test)
 +
**[[QA/SVT | System Verification Test]]
 +
**[[QA/SVTReport | SVT/SVT Report]]
 +
* FVT(Function Verification Test)
 +
*Automation ToDos
 +
**[[QA/FVT/FVTRefactor | FVT Case Refactor]]
 +
**[[QA/Auto/TodoList | Todo WorkList]]
 +
 
 +
==Routine Test Report==
 +
 
 +
* [https://people.apache.org/~liuzhe/testdashboard/#bvt Daily Build Verification Test Report]
 +
* [https://people.apache.org/~liuzhe/testdashboard/#pvt Daily Performance Verification Test Report]
 +
* [[QA/Report/FVT |Function Verification Test(FVT)]]
 +
* [[QA/Report/WeeklyReport |Weekly Report]]
 +
* [[QA/Report/DefectStatus |Defect Status Report]]
  
 
==Release testing==
 
==Release testing==
===<b>Apache OpenOffice 3.4</b><br>===
+
===Apache OpenOffice 3.4===
If you have interesting in Apache OpenOffice 3.4 release and plan contribute your QA effort to it, please go to below links for test cases update and testing resul update.
+
If you have interesting in Apache OpenOffice 3.4 release and plan contribute your QA effort to it, please go to below links for test cases update and testing result update.
* AOO 3.4 latest build: http://ci.apache.org/projects/openoffice/install/
+
* [http://ci.apache.org/projects/openoffice/install/ AOO 3.4 latest build]:
* AOO 3.4 Dev Snapshots build: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+Unofficial+Developer+Snapshots
+
* [https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+Unofficial+Developer+Snapshots AOO 3.4 Dev Snapshots build]:  
* AOO 3.4 test plan: https://cwiki.apache.org/confluence/display/OOOUSERS/Release-QA-Plan
+
* [https://cwiki.apache.org/confluence/display/OOOUSERS/Release-QA-Plan AOO 3.4 test plan]:  
* AOO 3.4 test cases (in multiple languages): http://wiki.services.openoffice.org/wiki/QA/TestCases/
+
* [https://wiki.openoffice.org/wiki/QA/TestCases/ AOO 3.4 test cases (in multiple languages)]:  
* AOO 3.4 test results: http://wiki.services.openoffice.org/wiki/QA/TestResults
+
* [https://wiki.openoffice.org/wiki/QA/TestResults AOO 3.4 test results]:
* AOO 3.4 RC Build test plan:https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+RC+Build+Test+Plan
+
* [https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+RC+Build+Test+Plan AOO 3.4 RC Build test plan]
* AOO 3.4 RC Build test result: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+RC+Build+Test+Report
+
* [https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+RC+Build+Test+Report AOO 3.4 RC Build test result]
  
===<b>Apache OpenOffice 3.4.1</b><br>===
+
===Apache OpenOffice 3.4.1===
 
If you are interested in Apache OpenOffice 3.4.1 release and plan to contribute your effort on QA work, please go to below link for test case update and test result update
 
If you are interested in Apache OpenOffice 3.4.1 release and plan to contribute your effort on QA work, please go to below link for test case update and test result update
* AOO 3.4.1 dev snapshot build: https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-AOO3.4.1
+
* [https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-AOO3.4.1 AOO 3.4.1 dev snapshot build]:  
* AOO 3.4.1 testing plan: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4.1+Testing+Plan
+
* [https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4.1+Testing+Plan AOO 3.4.1 testing plan]
* AOO 3.4.1 test case: http://wiki.services.openoffice.org/wiki/QA/AOO341_TestCase
+
* [http://wiki.services.openoffice.org/wiki/QA/AOO341_TestCase AOO 3.4.1 test case]
* AOO 3.4.1 test result: http://wiki.services.openoffice.org/wiki/QA/AOO341_TestResult
+
* [http://wiki.services.openoffice.org/wiki/QA/AOO341_TestResult AOO 3.4.1 test result]
 +
 
 +
:* [http://wiki.services.openoffice.org/wiki/QA/AOO341_GeneralTestingSummary AOO 3.4.1 general testing summary]
 +
:* [http://wiki.services.openoffice.org/wiki/QA/AOO341_InstallationTestingSummary AOO 3.4.1 installation testing summary]
 +
 
 +
* [https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4.1+RC+Build+Test+Plan AOO 3.4.1 RC build test plan]
 +
* [http://wiki.services.openoffice.org/wiki/QA/AOO341_RC_TestResult AOO 3.4.1 RC build test result]
  
 
[[Category:Quality Assurance]]
 
[[Category:Quality Assurance]]
 +
 +
 +
===Apache OpenOffice 4.0===
 +
* [https://wiki.openoffice.org/wiki/QA/AOO40_Database Database General Test]
 +
* [https://wiki.openoffice.org/wiki/QA/AOO40_Drawing Drawing General Test]

Latest revision as of 11:58, 8 August 2022

General Information

Quality Assurance (QA) is more than testing! You can find some interesting articles about Software Quality and Software Testing at WikiPedia.

The Apache OpenOffice community members working on quality assurance (QA) functions perform important actions for the group effort overall.

If you are interested in doing QA for OpenOffice, please feel free, and encouraged, to join the community. You can find all relevant information about joining the team at How-To-Start page.

Helpful links

Subscribe: dev-subscribe@openoffice.apache.org
Archives Markmail Apache
Issue_lifecycle, a workflow for Bugzilla

Issue Tracking

Test Case

Automation Test

Routine Test Report

Release testing

Apache OpenOffice 3.4

If you have interesting in Apache OpenOffice 3.4 release and plan contribute your QA effort to it, please go to below links for test cases update and testing result update.

Apache OpenOffice 3.4.1

If you are interested in Apache OpenOffice 3.4.1 release and plan to contribute your effort on QA work, please go to below link for test case update and test result update


Apache OpenOffice 4.0

Personal tools