m (→Testplanner) |
|||
| Line 1: | Line 1: | ||
= Testplanner = | = Testplanner = | ||
| - | Testplanner is a tool for creating and editing [[Quality/QA-tools/Test plan| | + | [[File:Testplanner-ui-1.png|right|410px]] |
| + | |||
| + | Testplanner is a simple tool for creating and editing [[Quality/QA-tools/Test plan | 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 [[Quality/QA-tools/Testrunner-ui | Testrunner UI]] | ||
| + | |||
| + | Testplanner is developed by [[Quality/QA-tools | QA tools team]]. You can contact us and contribute via the following channels: | ||
| + | * [http://webchat.freenode.net/?channels=meego-qa-tools #meego-qa-tools IRC channel on irc.freenode.net] | ||
| + | * [http://bugs.meego.com/enter_bug.cgi?product=Development%20Tools File new bugs or improvement ideas to Bugzilla] | ||
| + | * [http://bugs.meego.com/buglist.cgi?query_format=advanced&order=Importance&bug_status=NEW&bug_status=NEEDINFO&bug_status=ASSIGNED&bug_status=WAITING%20FOR%20UPSTREAM&bug_status=REOPENED&bug_status=RESOLVED&component=Testplanner&classification=MeeGo%20Platform&product=Development%20Tools Leave a comment or vote the items in our backlog] | ||
| + | * [http://lists.meego.com/listinfo/meego-qa meego-qa@lists.meego.com mailing list] | ||
| + | * [http://gitorious.org/qa-tools/testplanner Source codes in Gitorious] | ||
| + | |||
| + | In addition, you can check our demo videos at Youtube: | ||
| + | * [http://www.youtube.com/watch?v=IQMPp5Nk4f4 Demo of version 0.0.4] | ||
| + | * [http://www.youtube.com/user/meegoqatools MeeGo QA tools Youtube channel] | ||
| + | |||
| + | == Installation == | ||
| + | |||
| + | Testplanner can be installed on Ubuntu 10.04 (and newer) and Fedora 13. | ||
| + | |||
| + | === 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 | ||
| + | |||
| + | === 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 | ||
| + | |||
| + | == Basic Usage == | ||
The workflow with Testplanner, Testrunner UI and testrunner-lite is show in the following document [[http://wiki.meego.com/images/Testplanner_TestrunnerUI_TestrunnerLite.pdf]]. | The workflow with Testplanner, Testrunner UI and testrunner-lite is show in the following document [[http://wiki.meego.com/images/Testplanner_TestrunnerUI_TestrunnerLite.pdf]]. | ||
Contents |
Testplanner is a simple tool for creating and editing test plan files which can be used in test execution. The key features include:
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:
Testplanner can be installed on Ubuntu 10.04 (and newer) and Fedora 13.
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
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
The workflow with Testplanner, Testrunner UI and testrunner-lite is show in the following document [[1]].