Changes between Version 7 and Version 8 of QaTrackerPlugin


Ignore:
Timestamp:
Nov 11, 2015, 9:37:30 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • QaTrackerPlugin

    v7 v8  
    88
    99Key features:
    10  * Test Plans and Test Runs are managed by Milestones
    11  * Test Cases are managed by Tickets
    12  * Test Results are the Closed Tickets with some sort of resolution (Pass, Fail, Skip, etc.)
     10 * Test Plans and Test Runs are managed by Milestones.
     11 * Test Cases are managed by Tickets.
     12 * Test Results are the Closed Tickets with some sort of resolution: Pass, Fail, Skip, etc.
    1313
    14 In other words, QA folks get all the snazzy benefits of Trac (reporting, transparency, usage patterns, etc.) that a development team already enjoys.
     14In other words, QA folks get all the benefits of Trac (reporting, transparency, usage patterns, etc.) that a development team already enjoys.
    1515
    1616See also: [http://www.teamst.org/ Test Link] (provides Trac integration), TestManagerForTracPlugin, TestCaseManagementPlugin, ManualTestingPlugin.
    1717
    18 === High Level
    19 
    20 The QATrackerPlugin does two things:
     18The QATrackerPlugin does the following:
    2119 1. Creates a new Test Run and populates it with Test Cases from an existing Test Plan.
    2220 2. Populates an existing Test Run with additional Test Cases from an existing Test Plan.
     
    3230   Something to test. Within Trac, this equates to a ticket.
    3331 Test Result::
    34    Something that was tested. Within Trac, this equates to closed ticket (and/or their resolution).
     32   Something that was tested. Within Trac, this equates to closed ticket and/or their resolution.
    3533
    3634== Bugs/Feature Requests
     
    4038
    4139If you have any issues, create a
    42 [http://trac-hacks.org/newticket?component=QaTrackerPlugin&owner=rweigel new ticket].
     40[/newticket?component=QaTrackerPlugin new ticket].
    4341
    4442[[TicketQuery(component=QaTrackerPlugin&group=type,format=progress)]]
     
    4644== Download
    4745
    48 Download the zipped source from [download:qatrackerplugin here].
     46Download the zipped source from [export:qatrackerplugin here].
    4947
    5048== Source
    5149
    52 You can check out QaTrackerPlugin from [http://trac-hacks.org/svn/qatrackerplugin here] using Subversion, or [source:qatrackerplugin browse the source] with Trac.
     50You can check out QaTrackerPlugin from [/svn/qatrackerplugin here] using Subversion, or [source:qatrackerplugin browse the source] with Trac.
    5351
    54 == Recent Changes ==
     52== Installation
     53
     54General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     55
     56== Recent Changes
    5557
    5658[[ChangeLog(qatrackerplugin, 3)]]
    5759
    58 == Author/Contributors ==
     60== Author/Contributors
    5961
    6062'''Author:''' [wiki:rweigel] [[BR]]