Difference between revisions of "Efforts/Package Restructuring/Testing&QA"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (First sketch.)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
The re-usage of and de-composition into different modules should lead to reduced testing efforts. The assumption basically is, that if all parts of a product have been tested, than the product itself has been tested. Certainly this needs to be verified by control samples.
 
The re-usage of and de-composition into different modules should lead to reduced testing efforts. The assumption basically is, that if all parts of a product have been tested, than the product itself has been tested. Certainly this needs to be verified by control samples.
 +
  
 
An example Testmatrix would than look like this:
 
An example Testmatrix would than look like this:
Line 25: Line 26:
 
| Foo Impress 2.4 || impress_foo, ... || checked
 
| Foo Impress 2.4 || impress_foo, ... || checked
 
|}
 
|}
 
  
  
 
All modules been checked means, that all products are checked.
 
All modules been checked means, that all products are checked.
  
 +
==Assumptions/Pre-Conditions==
 +
* Packages only interfere with dependent packages.
 +
* Packages provide all their dependencies.
  
 
[[Category:Packaging]]
 
[[Category:Packaging]]
[[Category:Testing]]
 

Latest revision as of 22:32, 28 October 2009

The re-usage of and de-composition into different modules should lead to reduced testing efforts. The assumption basically is, that if all parts of a product have been tested, than the product itself has been tested. Certainly this needs to be verified by control samples.


An example Testmatrix would than look like this:

Module Deliverables State
writer_en OOo Standard 2.4 download, ISO checked
writer_linux OOo Standard 2.4 Linux open
writer_OOo OOo Standard 2.4 checked


And an example deliverable matrix would look like this:

Deliverables Module State
OOo Standard 2.4 writer, calc, writer_en, ... checked
OOo Standard 2.4 Linux ... open
Foo Impress 2.4 impress_foo, ... checked


All modules been checked means, that all products are checked.

Assumptions/Pre-Conditions

  • Packages only interfere with dependent packages.
  • Packages provide all their dependencies.
Personal tools