Changes between Version 6 and Version 7 of TestManagerForTracPluginApi


Ignore:
Timestamp:
Sep 23, 2010, 3:06:03 PM (14 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPluginApi

    v6 v7  
    1 Test Manager for Trac Plugin - Public API
     1= Test Manager for Trac Plugin - Public API =
     2
     3
    24The TestManagerForTracPlugin plugin can be used programmatically to create, edit Test Catalogs, Test Cases and Test Plans, and to set the test execution verdicts of Test Cases in a plan.
    35
     
    79http://yourserver/yourproject
    810}}}
     11
    912with:
    1013
     
    106109The realms that identify the test objects are the following:
    107110
    108 Test Catalog: testcatalog
    109 Test Case: testcase
    110 Test Case in the context of a plan (i.e. with a status): testcaseinplan
    111 Test Plan: testplan
     111 * Test Catalog: testcatalog
     112 * Test Case: testcase
     113 * Test Case in the context of a plan (i.e. with a status): testcaseinplan
     114 * Test Plan: testplan
     115
    112116The realm must be provided to the property update service through the "realm" parameter.
    113117
    114118The corresponding key properties, needed to identify any particular object, are:
    115119
    116 Test Catalog: id
    117 Test Case: id
    118 Test Case in the context of a plan (i.e. with a status): id, planid
    119 Test Plan: id
     120 * Test Catalog: id
     121 * Test Case: id
     122 * Test Case in the context of a plan (i.e. with a status): id, planid
     123 * Test Plan: id
     124
    120125The key properties are provided to the property update service through the "key" parameter, in the form of a dictionary.
    121126