(→Test Points) |
(→Test Points) |
||
| Line 71: | Line 71: | ||
** Add a customized repo, check whether package manager could detect it | ** Add a customized repo, check whether package manager could detect it | ||
** Install pakcages from customized repo and check whether it can work | ** Install pakcages from customized repo and check whether it can work | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
|Package Manager GUI and functionality | |Package Manager GUI and functionality | ||
| Line 140: | Line 108: | ||
* Packages and repository signature validate | * Packages and repository signature validate | ||
** Install a package without signature, and check the behavior of pakcage manager | ** Install a package without signature, and check the behavior of pakcage manager | ||
| + | |- | ||
| + | |System/OS update GUI | ||
| + | | | ||
| + | * GUI layout and navigation | ||
| + | * Patches updating | ||
| + | ** Search updated patches | ||
| + | ** Install patches | ||
| + | ** Patches auto check | ||
| + | * Update notification | ||
| + | ** Enable default built-in repo | ||
| + | ** Check whether there is notification while repos have some updates | ||
| + | * Update preferences | ||
| + | ** Set and check update interval | ||
| + | ** Set and check update types | ||
| + | |- | ||
| + | |System/OS update from CLI | ||
| + | | | ||
| + | * OS update searching and reviewing | ||
| + | ** pkcon search | ||
| + | ** zypper search | ||
| + | * OS update and recovery | ||
| + | ** pkcon upgrade | ||
| + | ** zypper dist-update | ||
| + | ** ... | ||
| + | |- | ||
| + | |System/OS update effect | ||
| + | | | ||
| + | * Private date remains unchanged | ||
| + | ** User configuration data for system | ||
| + | ** Application private data, for example private data from browser, media applications | ||
| + | * System can be recovered | ||
| + | * System sanity | ||
|- | |- | ||
|I18N & L10N | |I18N & L10N | ||
Contents |
Software Installation and Update is an important way for system function expansion, stability enhancement and issue fix. The Mechanism of software installation and update decide the MeeGo system's security and the complexity of user operation. Software Installation and Update application currently contains 2 components:
The features listed here are all from Package management feature zilla, OS update(and software management) test will cove all these features with required priority, at the same time, the test will also cover other features which are not listed in this table, such as package management GUI, CLI, i18/l10n etc.
| Feature ID | Feature | Feature Set | Comments |
|---|---|---|---|
| . |
Isolate logical function testing from GUI testing: Software manager and system update are to be validated from two perspectives, logic function testing and GUI testing. The former focuses on features’ functionalities, while the later dedicates to UI visual appearance and user interaction. As the characteristic of event driven application, there are multiple event paths can reach the same function. Although separated from GUI layer, logic function testing is still achieved by go through one of equivalent event paths in GUI navigation, leaving most of event paths being covered in GUI testing.
Focus on features new implemented or customized for MeeGo system: The basic idea is to validate the MeeGo Software manager and system update functions from the end users’ perspective. Test efforts will mostly be taken on the features new implemented or customized for MeeGo system.
Software manager Test Strategy: Besides the MeeGo distribution repositories, QA package repository server will also be setup to simulate scenarios of package installation and updating. Below scenarios will be covered.
System update test strategy: Test system update from the end users' perspective, check the user private setting and data remains after the updating of system, this test simulates tow user updating scene: update system day by day and once update from final release image to the latest status.
Package security installation test strategy: Packages security installation depends on MeeGo's signature validation mechanism, both of released repository and released packages have MeeGo's official signature. Set up various signature package and repository to simulate a real situation.
Test automation:
Test case leverage:
Package management and OS update test will from end user side, follow the test design guideline and application test design method, and refer to other similar dirtibution OS like fedora, then get the following test point:
| Feature Set | Test Point |
|---|---|
| Package management repos |
|
| Package Manager GUI and functionality |
|
| Package Manager command line |
|
| Package manager signature validation |
|
| System/OS update GUI |
|
| System/OS update from CLI |
|
| System/OS update effect |
|
| I18N & L10N |
|
Mainly for the conditions that the application will meet, mainly introduced by platform characteristic. For example, devices may in different wireless environment, users may use different input methods to write, etc.
| Item ID | Name | Details | Comments |
|---|---|---|---|
| 1 | Virtual Keyboard | Input strings via virtual keyboard | . |
| 2 | Home screen | Launch pakcage management UI applications from home/panel screen | . |
Mainly for the conditions that the application will meet, maily introduced by platform characteristic. For example, devices may in different wireless environment, users may use different input methods to write, etc.
| Item ID | Name | Details | Comments |
|---|---|---|---|
| 1 | Touch framework supported devices | Test devices need support touch framework | . |
| 2 | Wired network |
Connects to wired network:
| . |
| 3 | Wireless network |
Connects to wireless network:
| . |
| 4 | Landscape and portrait views |
Change screen orientation to get different views:
| . |
| 5 | Power state |
The state may include:
| . |
| 6 | Touch and gesture |
| . |
Package management and update features