wiki:QaTrackerPlugin

Version 7 (modified by figaro, 9 years ago) (diff)

Cosmeetic changes, tagged with license

Manage QA Test Cases

Description

QATracker is a Trac 0.11 plugin used to manage QA Test Cases via the native Trac interface.

Key features:

  • Test Plans and Test Runs are managed by Milestones
  • Test Cases are managed by Tickets
  • Test Results are the Closed Tickets with some sort of resolution (Pass, Fail, Skip, etc.)

In other words, QA folks get all the snazzy benefits of Trac (reporting, transparency, usage patterns, etc.) that a development team already enjoys.

See also: Test Link (provides Trac integration), TestManagerForTracPlugin, TestCaseManagementPlugin, ManualTestingPlugin.

High Level

The QATrackerPlugin does two things:

  1. Creates a new Test Run and populates it with Test Cases from an existing Test Plan.
  2. Populates an existing Test Run with additional Test Cases from an existing Test Plan.

Terminology

For the purposes of the QATrackerPlugin, the following words are defined and mapped to the Trac interface.

Test Plan
A collection of Test Cases, effectively speaking a template for a Test Run. Within Trac, this equates to a Milestone with unassigned Tickets.
Test Run
An instance of a Test Plan. Within Trac, this equates to a Milestone with assigned Tickets.
Test Case
Something to test. Within Trac, this equates to a ticket.
Test Result
Something that was tested. Within Trac, this equates to closed ticket (and/or their resolution).

Bugs/Feature Requests

Existing bugs and feature requests for QaTrackerPlugin are here.

If you have any issues, create a new ticket.

task

0 / 1

Download

Download the zipped source from [download:qatrackerplugin here].

Source

You can check out QaTrackerPlugin from here using Subversion, or browse the source with Trac.

Recent Changes

16509 by rjollos on 2017-04-16 01:02:15
Fix indentation
5199 by rweigel on 2009-02-05 03:05:58
Initial check-in. This is alpha at best. Much more to come soon.
5198 by rweigel on 2009-02-05 01:59:05
New hack QaTrackerPlugin, created by rweigel
(more)

Author/Contributors

Author: rweigel
Maintainer: R Weigel
Contributors: