Meego Wiki
Views

Quality/QA-tools/Testplanner

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Testplanner)
(Installation)
Line 22: Line 22:
== Installation ==
== Installation ==
-
Testplanner can be installed on MeeGo Netbook UX, Ubuntu 10.04 (and newer) and Fedora 13.
+
Testplanner can be installed on MeeGo Netbook UX, Ubuntu 10.04 (and newer) and Fedora 13. First, [[Quality/QA-tools/How to set up repositories|set up the repository]]. Then, install Testplanner:
-
=== MeeGo Netbook 1.1 ===
+
MeeGo Netbook 1.1:
-
 
+
-
1. Download [http://wiki.meego.com/images/Devel-quality.repo repository file] and copy it to right place 
+
-
  sudo cp /home/$USER/Downloads/Devel-quality.repo /etc/yum.repos.d/
+
-
 
+
-
2. Inform zypper about new repository
+
-
 
+
-
  sudo zypper addrepo /etc/yum.repos.d/Devel-quality.repo
+
-
  sudo zypper update
+
-
 
+
-
3. Install Testplanner
+
   sudo zypper install testplanner
   sudo zypper install testplanner
-
=== Ubuntu ===
+
Ubuntu:
-
 
+
-
1. Add the following to your sources.list
+
-
 
+
-
deb <nowiki>http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/ /</nowiki>
+
-
 
+
-
2. Add the repository key
+
-
 
+
-
wget <nowiki>http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/Release.key</nowiki>
+
-
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
  sudo apt-get install testplanner
-
=== Fedora 13 ===
+
Fedora 13:
-
 
+
-
1. Testplanner is also available from a Fedora 13 repository:
+
-
 
+
-
<nowiki>http://download.meego.com/live/Tools:/Testing/Fedora13/Tools:Testing.repo</nowiki>
+
-
 
+
-
2. Copy the repository file to /etc/yum.repos.d/
+
-
 
+
-
3. Install the following package from the repository mentioned above
+
  # yum install testplanner
  # yum install testplanner

Revision as of 16:04, 11 November 2010

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
  • Support for Gitorious
  • 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. First, set up the repository. Then, install Testplanner:

MeeGo Netbook 1.1:

 sudo zypper install testplanner

Ubuntu:

sudo apt-get install testplanner

Fedora 13:

# yum install testplanner

Basic Workflow with Testrunner UI and MeeGo QA Reports

The workflow with Testplanner, Testrunner UI and MeeGo QA Reports is shown below. (Note: needs to be updated)

File:Testplanner-testrunner-workflow.png

Personal tools