Meego Wiki
Views

Quality/QA-tools/Testplanner

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Installation)
Line 21: Line 21:
== Installation ==
== Installation ==
-
Testplanner can be installed on Ubuntu 10.04 (and newer) and Fedora 13.
+
Testplanner can be installed on MeeGo Netbook UX, Ubuntu 10.04 (and newer) and Fedora 13.
 +
 
 +
=== MeeGo Netbook 1.1 ===
 +
 
 +
1. Add repository file /etc/yum.repos.d/devel-quality.repo with following content as sudo
 +
 
 +
  [devel-quality]
 +
  name=devel-quality
 +
  failovermethod=priority
 +
  baseurl=http://download.meego.com/live/devel:/quality/weekly/
 +
  gpgcheck=1
 +
  enabled=1
 +
 
 +
2. Inform zypper about new repository (ar = add repository)
 +
 
 +
  sudo zypper ar /etc/yum.repos.d/devel-quality.repo
 +
  sudo zypper update
 +
 
 +
3. Install Testplanner
 +
 
 +
  sudo zypper install testplanner
=== Ubuntu ===
=== Ubuntu ===

Revision as of 12:14, 11 November 2010

Contents

Testplanner

Testplanner-ui-1.png

Testplanner is a simple tool for creating and editing test plan files which can be used in test execution. The key features include:

  • Create and edit test plan files through graphical UI
  • Easy reordering of test suites, test sets and test cases
  • Open the test plan directly to Testrunner UI

Testplanner is developed by QA tools team. You can contact us and contribute via the following channels:

In addition, you can check our demo videos at Youtube:

Installation

Testplanner can be installed on MeeGo Netbook UX, Ubuntu 10.04 (and newer) and Fedora 13.

MeeGo Netbook 1.1

1. Add repository file /etc/yum.repos.d/devel-quality.repo with following content as sudo

 [devel-quality]
 name=devel-quality
 failovermethod=priority
 baseurl=http://download.meego.com/live/devel:/quality/weekly/
 gpgcheck=1
 enabled=1

2. Inform zypper about new repository (ar = add repository)

 sudo zypper ar /etc/yum.repos.d/devel-quality.repo
 sudo zypper update

3. Install Testplanner

 sudo zypper install testplanner

Ubuntu

1. Add the following to your sources.list

deb http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/ /

2. Add the repository key

wget http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/Release.key
sudo apt-key add Release.key
rm Release.key

3. Update your PC's package information

sudo apt-get update

4. Install Testplanner

sudo apt-get install testplanner

Fedora 13

1. Testplanner is also available from a Fedora 13 repository:

http://download.meego.com/live/Tools:/Testing/Fedora13/Tools:Testing.repo

2. Copy the repository file to /etc/yum.repos.d/

3. Install the following package from the repository mentioned above

# yum install testplanner

Basic Usage

The workflow with Testplanner, Testrunner UI and testrunner-lite is show in the following document [[1]].

Personal tools