Difference between revisions of "QA/AOO341 TestCase/Installation"

From Apache OpenOffice Wiki
Jump to: navigation, search
(DEB package)
(Windows .exe package)
Line 3: Line 3:
 
=== Clean install ===
 
=== Clean install ===
  
==== Install for all users, Typical ====
+
==== no old version or user profile left, fresh install ====
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 18: Line 18:
 
| row 2, cell 3
 
| row 2, cell 3
 
|}
 
|}
 
+
==== install latest version with old version removed but user profile left====
====Install only for me, Typical====
+
 
+
====Install for all users, Customized and Modify: install module(s) then add other(s) via modify mode ====
+
 
+
====Install only for me, Customized and Modify: install module(s) then replace with other(s) via modify mode ====
+
 
+
====Install for all users, Customized and Modify: install module(s) then replace&add some via modify mode ====
+
 
+
====Install only for me, Customize the destnation folder====
+
 
+
====Install only for me, Customized and Modify: install optional components then add other(s) via modify mode ====
+
 
+
====Install for all users, Customized and Modify: install optional components then replace&add some via modify mode ====
+
 
+
====File Type: install Writer/Calc/Impress and set to be the default app for MS office file types ====
+
 
+
====File Type: Custom and Modify, change the file associations====
+
 
+
====Repair, don't create start link on desktop ====
+
 
+
====Remove from add/remove panel====
+
 
+
====Remove via installation files====
+
 
+
 
===Upgrade===
 
===Upgrade===
 
====Upgrade with the old one installed in default path====
 
====Upgrade with the old one installed in customized path====
 
====partial modules installed, upgrade with Typical mode====
 
====partial module(s) installed, upgrade the installed module(s) only====
 
====partial module(s) installed, upgrade and add/remove module(s)====
 
  
 
== RPM package ==
 
== RPM package ==

Revision as of 08:33, 19 July 2012

Windows .exe package

Clean install

no old version or user profile left, fresh install

step expected result bug ID
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3

install latest version with old version removed but user profile left

Upgrade

RPM package

Clean install

Upgrade

DEB package

Clean install

Upgrade

Component

Function area

Test case

Known issues

Installer

Clean Install

RPM packages: Install: dev snapshot build: rpm –ivh *.rpm

normal release build: rpm –ivh *.rpm desktop-integration/ openoffice.org-<dist>-menus-<release>.noarch.rpm

Verification Point:

  1. Openoffice installed smoothly, no wraning or error messages in terminal
  2. run command: rpm –qa | grep ooo or rpm –qa | grep openoffice, verify version No. of packages are correct
  3. normal build only: verify desktop integration menu created

Launch: /opt/ooo-dev3/program/soffice or click the menu

Verification Point:

  1. Openoffice launched and the home page loaded, no unwanted warnings or errors
  2. No Quickstarter in system tray
  3. Tools->Options->ooo-dev->Memory: “Enable systray Quickstarter” is unchecked.
  4. Click help->about, verify version No. is correct
  5. Click each button on home page, verify they works
  6. Click Tools->Extension manager to check the bundled extensions: one English dic(Which one?), Presentation Minimizer, Presenter Console

Remove: rpm –e `rpm –qa | grep ooo` or remove via system package managers

Verification Point:

  1. Remove with openoffice running: there should be proper messages to warn this
  2. Remove with quickstarter running: quickstarter should be killed automatically and openoffice removed
  3. Neither openoffice nor quickstarter running, normal removal
  4. After removal finishes, /opt/ooo-dev, /opt/ooo-dev3 or /opt/openoffice.org, /opt/openoffice.org3 are removed
  5. Normal build: desktop integration menu removed




DEB packages:

Similar with RPM packages, except that:

Install: dpkg –i packages;

Check installed packages: dpkg –l | grep ooo or dpkg –l | grep openoffice;

Remove: dpkg –P packageName




Windows .exe packages

Double-click the .exe files and follow the wizard to install.

Verification Point:

  1. Vista/win7 with UAC on, the publisher should not be “unknown”. (As I know, Aoo 3.4 is not signed, not sure when the certification will be ready)
  2. Install for all users or current user only
  3. the shortcut created in start menu and desktop

Launch from shortcut

Verification Point:

  1. Openoffice launched and the home page loaded, no unwanted warnings or errors
  2. No Quickstarter in system tray
  3. Tools->Options->ooo-dev->Memory: “Enable systray Quickstarter” is unchecked.
  4. Click help->about, verify version No. is correct
  5. Click each button on home page, verify they works
  6. Click Tools->Extension manager to check the bundled extensions: one English dic(Which one?), Presentation Minimizer, Presenter Console

Remove from add/remove panel

Verification Point:

  1. Remove with openoffice running: there should be proper messages to warn this
  2. Remove with quickstarter running: quickstarter should be killed automatically and openoffice removed
  3. Neither openoffice nor quickstarter running, normal removal
  4. After removal finishes, the destination folder are removed
  5. shortcut removed


Installer

Upgrade

RPM packages:

install old release

  1. new/open/save files then recent file list not empty
  2. do some customizations in Tools->options

Upgrade:

rpm –Uvh *.rpm desktop-integration/ openoffice.org-<dist>-menus-<release>.noarch.rpm

Verification Point:

  1. Upgrade with openoffice running, there should be proper message to warn this
  2. Upgrade with quickstarter running: quickstarter should be killed automatically and openoffice upgraded
  3. Normal upgrade
  4. Openoffice upgraded smoothly, no wraning or error messages in terminal
  5. run command: rpm –qa | grep ooo or rpm –qa | grep openoffice, verify version No. of packages are correct, and there are only one version for each packages. The old version should have been removed
  6. verify desktop integration menu updated.

Launch: click the menu

Verification Point:

  1. each button on home page, verify they Openoffice launched and the home page loaded, no unwanted warnings or errors
  2. Recent file list remains
  3. Tools->Options: user customization remains
  4. Click help->about, verify version No. is updated
  5. Click works
  6. Click Tools->Extension manager to check the bundled extensions: one English dic(Which one?), Presentation Minimizer, Presenter Console

Remove: rpm –e `rpm –qa | grep ooo` or remove via system package managers

Verification Point:

  1. After removal finishes, /opt/openoffice.org, /opt/openoffice.org3 are removed
  2. desktop integration menu removed

Bug 119162

Bug 119158



DEB packages:

Similar with RPM packages, except that:

Upgrade: dpkg –i packages;

Check installed packages: dpkg –l | grep ooo or dpkg –l | grep openoffice;

Remove: dpkg –P packageName




Windows .exe packages

install old release

  1. new/open/save files then recent file list not empty
  2. do some customizations in Tools->options

Double-click the .exe files and follow the wizard to install.

Verification Point:

  1. Upgrade with openoffice running, there should be proper message to warn this
  2. Upgrade with quickstarter running: quickstarter should be killed automatically and openoffice upgraded
  3. Normal upgrade
  4. the shortcut in start menu and desktop updated
  5. packages of old release in installation folder removed

Launch from shortcut

Verification Point:

  1. each button on home page, verify they Openoffice launched and the home page loaded, no unwanted warnings or errors
  2. Recent file list remains
  3. Tools->Options: user customization remains
  4. Click help->about, verify version No. is updated
  5. Click works
  6. Click Tools->Extension manager to check the bundled extensions: one English dic(Which one?), Presentation Minimizer, Presenter Console

Remove from add/remove panel

Verification Point:

  1. After removal finishes, the destination folder are removed
  2. shortcut removed


Template:Insert template

Personal tools