Changes between Version 50 and Version 51 of TestManagerForTracPlugin


Ignore:
Timestamp:
Dec 27, 2010, 1:41:51 AM (13 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPlugin

    v50 v51  
    164164[[BR]]
    165165
     166Since 1.4.1 you can customize the Test Case outcomes (i.e. states, verdicts).
     167
     168The default outcomes are configured in trac.ini at plugin installation (or upgrade) time as follows:
     169
     170{{{
     171[test-outcomes]
     172green.successful = Successful
     173red.failed = Failed
     174yellow.to_be_tested = Untested
     175default = to_be_tested
     176}}}
     177
     178You can '''customize the outcomes''' at any moment by adding new outcomes, or modify the descriptions of the current ones.
     179Do not delete previous outcomes if you have already assigned them to any of your test cases.
     180
     181For example, to add a new outcome named "Big Mess!!!" to the failures, add a line like the following:
     182
     183{{{
     184red.bigmess = Big Mess!!!
     185}}}
     186
     187You will now be able to choose it when assigning a test case status.
     188
     189[[BR]]
    166190When viewing a Test Case, you can open a new Ticket by means of the "Open Ticket on this Test Case" button.
    167191
    168192The new ticket will contain a link back to the corresponding Test Case and, if you were viewing it in the context of a particular Test Plan, of the Test Plan as well.
     193Additionally, a '''[wiki:TestManagerForTracPluginApi#GettingalltheTicketsrelatedtoaTestCase programmatic Python API]''' is provided to retrieve all of the Tickets opened against a Test Case, in all or in a specific Test Plan.
    169194
    170195This plugin also supports the TracTicketTemplatePlugin to fill a ticket template with this information. In this case, you can use the following parameters in the template to receive the information: