Changes between Version 113 and Version 114 of TestManagerForTracPlugin


Ignore:
Timestamp:
Mar 5, 2015, 2:10:03 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPlugin

    v113 v114  
    33''' [ [wiki:TestManagerForTracPlugin Home] | [wiki:TestManagerForTracPluginChangeHistory Latest changes] | [wiki:TestManagerForTracPluginGallery Image gallery] | [http://www.youtube.com/watch?v=BIi3QMT0rT4 Video tutorial on Youtube] | [wiki:TestManagerForTracPluginQuickSetup Quick setup guide] | [http://sourceforge.net/projects/testman4trac Download] | [http://sourceforge.net/projects/testman4trac/files Source] | [wiki:TestManagerForTracPluginBugsFeatures Bugs/Feature requests] ]'''
    44
    5 = Test Manager plugin for Trac - Full test management life-cycle: definition, planning, execution, statistics =
     5= Test Manager plugin for Trac
     6
     7A full test management life-cycle: definition, planning, execution, statistics.
     8
    69[[Image(Carousel.png, link=)]]
    710
    8 == Summary ==
     11== Summary
     12
    913This test management Trac plugin can be used to create '''[wiki:TestManagerForTracPlugin#TestCases Test Cases]''', organize them in [wiki:TestManagerForTracPlugin#TestCatalogs Catalogs] and generate '''[wiki:TestManagerForTracPlugin#TestPlans Test Plans]''' to track their execution status and outcome.
    1014
    11 Differently from other test management plugins for Trac that use Tickets as test case holders, this one uses Wiki pages and an additional proprietary data model to store Test Cases. This allows you to not pollute your ticket lists with something that is not a ticket, and at the same time is powered by the Trac search engine and formatting syntax for Wiki pages.
     15This plugin uses Wiki pages and an additional proprietary data model to store Test Cases, rather than tickets. This allows you to not pollute your ticket lists with something that is not a test finding, and at the same time is powered by the Trac search engine and formatting syntax for Wiki pages.
    1216
    1317A set of plugins intercept requests for Wiki pages that match the Test Manager URL namespace and decorate them with additional information stored in the database.
    1418
    15 Features include:
     19Key features:
    1620
    1721 * '''Defining test cases and organize in test catalogs (test suites)'''.
     
    6771
    6872== Test Catalogs ==
     73
    6974Test Catalogs contain Test Cases and may organize them in sub-catalogs.
    7075
     
    108113
    109114=== Searching and filtering Test Cases ===
     115
    110116A type-ahead, browser-side filtering feature allows for easily locating Test Cases matching a particular naming convention in the title, and/or a particular execution status.
    111117
     
    125131
    126132== Test Cases ==
     133
    127134Test Cases are the smallest units of test execution.
    128135
     
    163170
    164171== Test Plans ==
     172
    165173'''Since: 1.1.0'''
    166174
     
    173181The Test Cases associated to a Test Plan are called '''Test Cases in a Plan'''. Refer to [#TestCases Test Cases] for details about the additional information carried by these particular artifacts.
    174182
    175 [[BR]] '''To create a Test Plan for a catalog''', open the desired Test Catalog (or sub-catalog), enter the name of the new Test Plan in the appropriate text field and click '''Generate a new Test Plan'''. A dialog box will be displayed, as show in the next figure, which lets you choose the characteristics of the Test Plan.
     183'''To create a Test Plan for a catalog''', open the desired Test Catalog (or sub-catalog), enter the name of the new Test Plan in the appropriate text field and click '''Generate a new Test Plan'''. A dialog box will be displayed, as show in the next figure, which lets you choose the characteristics of the Test Plan.
    176184
    177185Available options are:
     
    221229
    222230== Moving or Copying Test Cases from one catalog to another ==
     231
    223232It is also possible to move a single Test Case, or copy multiple Test Cases into a different catalog, with an experience similar to cut&paste.
    224233
     
    226235
    227236=== Moving a single Test Case ===
     237
    228238To move a single Test Case from one catalog into a nother, you:
    229239
     
    236246
    237247=== Copying multiple Test Cases ===
     248
    238249To copy one or more Test Cases, even from different catalogs, and paste them all together into a destination (sub-)catalog, you:
    239250
     
    248259
    249260=== Organizing the contents of a Test Catalog ===
     261
    250262To (re-)organize the contents of a Test Catalog, i.e. moving test cases around and changing their intended execution order, you can click the '''Organize Test Catalogs''' button. The dialog shown in the following figure will pop-up.
    251263
     
    261273
    262274== Linking a Ticket to a Test Case ==
     275
    263276When viewing a Test Case definition or Test Case in a Plan, you can open a new Ticket by means of the '''Open Ticket on this Test Case''' button.
    264277
     
    321334  some template text
    322335}}}
     336
    323337=== Showing Tickets related to a Test Case ===
     338
    324339While browsing a Test Case, either inside or outside of a Test Plan, you can list all of its related Tickets - i.e. the Tickets that were opened using the above '''Open a Ticket on this Test Case''' button.
    325340
     
    339354
    340355== Test Management and Execution Statistics ==
     356
    341357'''Since: 1.1.1'''
    342358
     
    354370
    355371=== Test activity trend chart ===
     372
    356373Displays the number of test cases created during time and the trend of the test activity, in terms of test cases to be tested, successful and failed.
    357374
     
    365382
    366383=== Current test status chart ===
     384
    367385Shows the current status of the test activity for all test plans of a specific plan, displaying the number of tests that are successful, failed and yet to be tested.
    368386
     
    372390
    373391=== Tickets trend chart ===
     392
    374393As long as [wiki:TestManagerForTracPlugin#LinkingaTickettoaTestCase tickets have been opened from the context of a test case in a plan], by means of the appropriate '''Open a ticket on this test case''' button, this chart shows the trend in tickets associated with all test plans or a specific plan, displaying the number of total, active (i.e. not closed) and closed tickets.
    375394
     
    711730
    712731== Download ==
     732
    713733Download the egg files, ready to be installed, from the project site [http://sourceforge.net/projects/testman4trac/files here].
    714734
    715735== Source ==
     736
    716737You can download the source code from [https://sourceforge.net/projects/testman4trac/files here].
    717738