Changes between Version 6 and Version 7 of QaTrackerPlugin


Ignore:
Timestamp:
Apr 2, 2015, 1:49:06 PM (9 years ago)
Author:
figaro
Comment:

Cosmeetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • QaTrackerPlugin

    v6 v7  
    1 = Manage QA Test Cases =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Manage QA Test Cases
    44
    5 QATracker is a Trac 0.11 plug-in used to manage QA Test Cases via the native Trac interface.
     5== Description
     6
     7QATracker is a Trac 0.11 plugin used to manage QA Test Cases via the native Trac interface.
     8
     9Key features:
    610 * Test Plans and Test Runs are managed by Milestones
    711 * Test Cases are managed by Tickets
    812 * Test Results are the Closed Tickets with some sort of resolution (Pass, Fail, Skip, etc.)
    913
    10 In other words, QA folks get all the snazzy benefits of Trac (reporting, transparency, usage patterns, etc.) that development is already enjoys.
     14In other words, QA folks get all the snazzy benefits of Trac (reporting, transparency, usage patterns, etc.) that a development team already enjoys.
    1115
    12 See also: [http://www.teamst.org/ Test Link] (provides Trac integration), TestManagerForTracPlugin, TestCaseManagementPlugin, ManualTestingPlugin
     16See also: [http://www.teamst.org/ Test Link] (provides Trac integration), TestManagerForTracPlugin, TestCaseManagementPlugin, ManualTestingPlugin.
    1317
    14 === High Level ===
     18=== High Level
     19
    1520The QATrackerPlugin does two things:
    16  1. Creates a new Test Run and populates it with Test Cases from an existing Test Plan
    17  2. Populates an existing Test Run with additional Test Cases from an existing Test Plan
     21 1. Creates a new Test Run and populates it with Test Cases from an existing Test Plan.
     22 2. Populates an existing Test Run with additional Test Cases from an existing Test Plan.
    1823
    19 === Disclaimer ===
    20 Please note that QATrackerPlugin is currently alpha.  Effectively, it only manages the "happy path" for usage.  A more polished beta will be available by 2/28/09 that includes proper error handling as well as customization options.
     24=== Terminology
    2125
    22 Specific notes regarding usage plus recommendations will be added soon in the [#Example Example] section.  [#Screenshots Screenshots] too.
    23 
    24 === Terminology ===
    2526For the purposes of the QATrackerPlugin, the following words are defined and mapped to the Trac interface.
    2627 Test Plan::
    27    A collection of Test Cases, effectively speaking a template for a Test Run.  Within Trac, this equates to a Milestone with unassigned Tickets.
     28   A collection of Test Cases, effectively speaking a template for a Test Run. Within Trac, this equates to a Milestone with unassigned Tickets.
    2829 Test Run::
    29    An instance of a Test Plan.  Within Trac, this equates to a Milestone with assigned Tickets.
     30   An instance of a Test Plan. Within Trac, this equates to a Milestone with assigned Tickets.
    3031 Test Case::
    31    Something to test.  Within Trac, this equates to a ticket.
     32   Something to test. Within Trac, this equates to a ticket.
    3233 Test Result::
    33    Something that was tested.  Within Trac, this equates to closed ticket (and/or their resolution).
     34   Something that was tested. Within Trac, this equates to closed ticket (and/or their resolution).
    3435
    35 ----
    36 
    37 == Bugs/Feature Requests ==
     36== Bugs/Feature Requests
    3837
    3938Existing bugs and feature requests for QaTrackerPlugin are
     
    4342[http://trac-hacks.org/newticket?component=QaTrackerPlugin&owner=rweigel new ticket].
    4443
    45 ----
     44[[TicketQuery(component=QaTrackerPlugin&group=type,format=progress)]]
    4645
    47 == Download ==
     46== Download
    4847
    4948Download the zipped source from [download:qatrackerplugin here].
    5049
    51 
    52 == Source ==
     50== Source
    5351
    5452You can check out QaTrackerPlugin from [http://trac-hacks.org/svn/qatrackerplugin here] using Subversion, or [source:qatrackerplugin browse the source] with Trac.
    55 
    56 ----
    57 
    58 == Example ==
    59 
    60 Coming Soon
    61 
    62 == Screenshots ==
    63 
    64 Coming Soon
    65 
    66 ----
    6753
    6854== Recent Changes ==
     
    7359
    7460'''Author:''' [wiki:rweigel] [[BR]]
    75 '''Maintainer:''' [wiki:rweigel] [[BR]]
     61'''Maintainer:''' [[Maintainer]] [[BR]]
    7662'''Contributors:'''