Changes between Version 49 and Version 50 of TestManagerForTracPlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPlugin

    v49 v50  
    1515
    1616Multiple Test Plans can be associated to any Test Catalog, in order to keep track of the execution of the corresponding Test Cases in a particular testing context.
     17
     18A '''[wiki:TestManagerForTracPluginApi Programmatic API]''' is available to interact with the test management environment both by an HTTP RESTful interface and a Python classes interface.
    1719
    1820A generic, customizable '''[wiki:TestManagerForTracPluginWorkflow Workflow Engine]''' is provided as a separate plugin in the package, which allows you to associate custom workflows to any Resource in Trac, including Wiki pages and any custom object handled through a Resource Manager. This can be done very easily by adding as little as [wiki:TestManagerForTracPluginWorkflow a few lines of code] to the component which manages the User interface.