Meego Wiki
Views

Quality/Netbook Test Suite and Utilities

From MeeGo wiki
< Quality
Revision as of 11:17, 25 March 2011 by Asinnela (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Netbook Test Suite and Utilities (WORK IN PROGRESS)

Welcome contribute ...

For any issue or feedback, please file bugs on http://bugs.meego.com -> MeeGo Projects -> MeeGo QA Test Suite -> MeeGo Netbook Test Suite

MeeGo 1.0 Netbook Test Suites

You can get test suite code here: http://gitorious.org/qa-tools/mnts

How to Run

You have two ways to execute netbook test suites:
1. Recommend to execute tests on Web UI via Testkit manager:
Download and Install test packages in following section
Download and Install testkit packages (testkit-lite and testkit-manager), using webUI to select and start up your tests. See detail steps in Testkit Howto
2. You also could run tests on command line via testkit-lite:
Download and Install test packages in following section
Download and Install testkit-lite package, run "testkit-lite -M -f /usr/share/mnts-browser-tests/tests.xml". About more function, check "man testkit-lite".

Package Download

Package Name Description Download
mnts-uishell-testsTests for UI Shellmnts-uishell-tests-1.0.0-1.i386.rpm,mnts-uishell-tests-1.0.0-1.src.rpm,mnts-uishell-tests-1.0.0.tar.gz
mnts-bluetooth-testsTests for Bluetoothmnts-bluetooth-tests-1.0.0-1.i386.rpm,mnts-bluetooth-tests-1.0.0-1.src.rpm,mnts-bluetooth-tests-1.0.0.tar.gz
mnts-browser-testsTests for Browsermnts-browser-tests-1.0.0-1.i386.rpm,mnts-browser-tests-1.0.0-1.src.rpm,mnts-browser-tests-1.0.0.tar.gz
mnts-gadgets-testsTests for Gadgetsmnts-gadgets-tests-1.0.0-1.i386.rpm,mnts-gadgets-tests-1.0.0-1.src.rpm,mnts-gadgets-tests-1.0.0.tar.gz
mnts-garageinstaller-testsTests for Garage Installermnts-garageinstaller-tests-1.0.0-1.i386.rpm,mnts-garageinstaller-tests-1.0.0-1.src.rpm,mnts-garageinstaller-tests-1.0.0.tar.gz
mnts-inputmenthodvkb-testsTests for Input Method and Virtual Keyboardmnts-inputmenthodvkb-tests-1.0.0-1.i386.rpm,mnts-inputmenthodvkb-tests-1.0.0-1.src.rpm,mnts-inputmenthodvkb-tests-1.0.0.tar.gz
mnts-mediaplayer-testsTests for Media Playermnts-mediaplayer-tests-1.0.0-1.i386.rpm,mnts-mediaplayer-tests-1.0.0-1.src.rpm,mnts-mediaplayer-tests-1.0.0.tar.gz
mnts-miscapps-tests Tests for Misc Applicationsmnts-miscapps-tests-1.0.0-1.i386.rpm,mnts-miscapps-tests-1.0.0-1.src.rpm,mnts-miscapps-tests-1.0.0.tar.gz
mnts-networking-testsTests for Networkingmnts-networking-tests-1.0.0-1.i386.rpm,mnts-networking-tests-1.0.0-1.src.rpm,mnts-networking-tests-1.0.0.tar.gz
mnts-settings-testsTests for Settingsmnts-settings-tests-1.0.0-1.i386.rpm,mnts-settings-tests-1.0.0-1.src.rpm,mnts-settings-tests-1.0.0.tar.gz
mnts-softwaremanagement-testsTests for Software Manangementmnts-softwaremanagement-tests-1.0.0-1.i386.rpm,mnts-softwaremanagement-tests-1.0.0-1.src.rpm,mnts-softwaremanagement-tests-1.0.0.tar.gz
mnts-syncing-testsTests for Syncingmnts-syncing-tests-1.0.0-1.i386.rpm,mnts-syncing-tests-1.0.0-1.src.rpm,mnts-syncing-tests-1.0.0.tar.gz
mnts-distromisc-testsTests for Distro Miscmnts-distromisc-tests-1.0.0-1.i386.rpm,mnts-distromisc-tests-1.0.0-1.src.rpm,mnts-distromisc-tests-1.0.0.tar.gz

Test Utilities

Testkit

Testkit is test execution framework which supports MeeGo test suite package execution from command line and Web UI. Testkit is composed by testkit-lite and testkit-manager. testkit-manager represents a user interface front-end in browser, with the webUI interface, it manages the auto tests execution remotely, and provides unified webUI to help the manual tests execution. testkit-lite is command line execution interface and also work as backend of testkit-manger.

How to use testkit

Download:


Source Code Git Tree: TBD

Others

  • Record-based UI automation test framework

This UI automation tool is for UI automation test case generation and execution based on Xnee. It helps to reduce the routine workload especially the regression testing in one stable UI environment. The generated test case could automatically playback the routine operations and conduct the basic checking via image comparing.

During generating a UI automation test case, the UI automation tool will invoke Xnee which is a third party utility to record UI operations (keyboard and mouse operations), then the UI automation tool will playback the UI operations. On the test points defined by user, it will trigger the capture mode to receive user's mouse perations to select the screen snapshot area and capture it as the baseline image.

During execution of the UI automation test case, the test case will be driven by runner in UI automation tool, automatically playback the record UI operation and capture the specified screen area as images for comparison. The test result is determined by comparison result of all the captured images with baseline images.

Download: ui_automation-1.0.0-1.tar.gz

Source Code Git Tree: TBD

  • i18n and l10n test utility

These can help do the i18n and l10n check for the package if the package uses GNU gettext method to implement i18n.

Download: i18n-1.0.0-1.tar.gz, l10n-1.0.0-1.tar.gz

Source Code Git Tree: TBD

Personal tools