Changes between Version 1 and Version 2 of QaTrackerPlugin


Ignore:
Timestamp:
Feb 7, 2009, 5:12:15 PM (15 years ago)
Author:
R Weigel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QaTrackerPlugin

    v1 v2  
    33== Description ==
    44
    5 QATracker is a Trac 0.11 plug-in used to manage QA Test Cases via the native Trac interface and workflow.
     5QATracker is a Trac 0.11 plug-in used to manage QA Test Cases via the native Trac interface.
     6 * Test Plans and Test Runs are managed by Milestones
     7 * Test Cases are managed by Tickets
     8 * Test Results are the Closed Tickets with some sort of resolution (Pass, Fail, Skip, etc.)
     9
     10In other words, QA folks get all the snazzy benefits of Trac (reporting, transparency, usage patterns, etc.) that development is already enjoys.
     11
     12=== High Level ===
     13The QATrackerPlugin does two things:
     14 1. Creates a new Test Run and populates it with Test Cases from an existing Test Plan
     15 2. Populates an existing Test Run with additional Test Cases from an existing Test Plan
     16
     17=== Disclaimer ===
     18Please 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.
     19
     20Specific notes regarding usage plus recommendations will be added soon in the [#Example Example] section.  [#Screenshots Screenshots] too.
     21
     22=== Terminology ===
     23For the purposes of the QATrackerPlugin, the following words are defined and mapped to the Trac interface.
     24 Test Plan::
     25   A collection of Test Cases, effectively speaking a template for a Test Run.  Within Trac, this equates to a Milestone with unassigned Tickets.
     26 Test Run::
     27   An instance of a Test Plan.  Within Trac, this equates to a Milestone with assigned Tickets.
     28 Test Case::
     29   Something to test.  Within Trac, this equates to a ticket.
     30 Test Result::
     31   Something that was tested.  Within Trac, this equates to closed ticket (and/or their resolution).
     32
     33----
    634
    735== Bugs/Feature Requests ==
     
    1341[http://trac-hacks.org/newticket?component=QaTrackerPlugin&owner=rweigel new ticket].
    1442
     43----
     44
    1545== Download ==
    1646
    1747Download the zipped source from [download:qatrackerplugin here].
     48
    1849
    1950== Source ==
     
    2152You can check out QaTrackerPlugin from [http://trac-hacks.org/svn/qatrackerplugin here] using Subversion, or [source:qatrackerplugin browse the source] with Trac.
    2253
     54----
     55
    2356== Example ==
    2457
    2558Coming Soon
     59
     60== Screenshots ==
     61
     62Coming Soon
     63
     64----
    2665
    2766== Recent Changes ==