Changes between Version 8 and Version 9 of QaTrackerPlugin


Ignore:
Timestamp:
Dec 9, 2015, 4:34:14 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes, prerequisites from its README

Legend:

Unmodified
Added
Removed
Modified
  • QaTrackerPlugin

    v8 v9  
    55== Description
    66
    7 QATracker is a Trac 0.11 plugin used to manage QA Test Cases via the native Trac interface.
     7This is a Trac 0.11 plugin that can be used to manage Test Cases for Quality assurance purposes. It works via the native Trac interface.
    88
    99Key features:
     
    1212 * Test Results are the Closed Tickets with some sort of resolution: Pass, Fail, Skip, etc.
    1313
     14This plugin does the following:
     15 1. Creates a new Test Run and populates it with Test Cases from an existing Test Plan.
     16 2. Populates an existing Test Run with additional Test Cases from an existing Test Plan.
     17
    1418In other words, QA folks get all the benefits of Trac (reporting, transparency, usage patterns, etc.) that a development team already enjoys.
    1519
    1620See also: [http://www.teamst.org/ Test Link] (provides Trac integration), TestManagerForTracPlugin, TestCaseManagementPlugin, ManualTestingPlugin.
    1721
    18 The QATrackerPlugin does the following:
    19  1. Creates a new Test Run and populates it with Test Cases from an existing Test Plan.
    20  2. Populates an existing Test Run with additional Test Cases from an existing Test Plan.
    21 
    2222=== Terminology
    2323
    24 For the purposes of the QATrackerPlugin, the following words are defined and mapped to the Trac interface.
     24The following terms are defined and mapped to the Trac interface:
    2525 Test Plan::
    26    A collection of Test Cases, effectively speaking a template for a Test Run. Within Trac, this equates to a Milestone with unassigned Tickets.
     26   A collection of Test Cases, effectively a template for a Test Run. Within Trac, this equates to a Milestone with unassigned Tickets.
    2727 Test Run::
    2828   An instance of a Test Plan. Within Trac, this equates to a Milestone with assigned Tickets.
     
    5454General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    5555
     56This plugin requires the following:
     57 1. Trac 0.11
     58 1. Genshi >= 0.5
     59 1. Python >= 2.5
     60 1. setuptools are installed and PATH'd properly
     61
    5662== Recent Changes
    5763