您的位置:軟件測(cè)試 > 開源軟件測(cè)試 > 開源測(cè)試管理工具 > Testlink
Testlink接口使用方法-python語言遠(yuǎn)程調(diào)用
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時(shí)間:[ 2016/7/20 11:10:39 ] 推薦標(biāo)簽:測(cè)試管理工具 Testlink

  Testlink源代碼鏈接:
  https://github.com/TestLinkOpenSourceTRMS/testlink-code/blob/5bb8e574ecc4adca5664437ee3a80c9e8d7c434d/lib/api/xmlrpc/v1/xmlrpc.class.php
  'tl.reportTCResult' => 'this:reportTCResult',
  'tl.setTestCaseExecutionResult' => 'this:reportTCResult',
  'tl.createBuild' => 'this:createBuild',
  'tl.createPlatform' => 'this:createPlatform',
  'tl.createTestCase' => 'this:createTestCase',
  'tl.createTestCaseSteps' => 'this:createTestCaseSteps',
  'tl.createTestPlan' => 'this:createTestPlan',
  'tl.createTestProject' => 'this:createTestProject',
  'tl.createTestSuite' => 'this:createTestSuite',
  'tl.deleteTestCaseSteps' => 'this:deleteTestCaseSteps',
  'tl.deleteTestPlan' => 'this:deleteTestPlan',
  'tl.deleteTestProject' => 'this:deleteTestProject',
  'tl.uploadExecutionAttachment' => 'this:uploadExecutionAttachment',
  'tl.uploadRequirementSpecificationAttachment' => 'this:uploadRequirementSpecificationAttachment',
  'tl.uploadRequirementAttachment' => 'this:uploadRequirementAttachment',
  'tl.uploadTestProjectAttachment' => 'this:uploadTestProjectAttachment',
  'tl.uploadTestSuiteAttachment' => 'this:uploadTestSuiteAttachment',
  'tl.uploadTestCaseAttachment' => 'this:uploadTestCaseAttachment',
  'tl.uploadAttachment' => 'this:uploadAttachment',
  'tl.assignRequirements' => 'this:assignRequirements',
  'tl.addTestCaseToTestPlan' => 'this:addTestCaseToTestPlan',
  'tl.addPlatformToTestPlan' => 'this:addPlatformToTestPlan',
  'tl.removePlatformFromTestPlan' => 'this:removePlatformFromTestPlan',
  'tl.getExecCountersByBuild' => 'this:getExecCountersByBuild',
  'tl.getIssueTrackerSystem' => 'this:getIssueTrackerSystem',
  'tl.getProjects' => 'this:getProjects',
  'tl.getProjectKeywords' => 'this:getProjectKeywords',
  'tl.getProjectTestPlans' => 'this:getProjectTestPlans',
  'tl.getTestCaseAssignedTester' => 'this:getTestCaseAssignedTester',
  'tl.getTestCaseBugs' => 'this:getTestCaseBugs',
  'tl.getTestCaseKeywords' => 'this:getTestCaseKeywords',
  'tl.getTestProjectByName' => 'this:getTestProjectByName',
  'tl.getTestPlanByName' => 'this:getTestPlanByName',
  'tl.getTestPlanPlatforms' => 'this:getTestPlanPlatforms',
  'tl.getTotalsForTestPlan' => 'this:getTotalsForTestPlan',
  'tl.getBuildsForTestPlan' => 'this:getBuildsForTestPlan',
  'tl.getLatestBuildForTestPlan' => 'this:getLatestBuildForTestPlan',
  'tl.getLastExecutionResult' => 'this:getLastExecutionResult',
  'tl.getTestSuitesForTestPlan' => 'this:getTestSuitesForTestPlan',
  'tl.getTestSuitesForTestSuite' => 'this:getTestSuitesForTestSuite',
  'tl.getTestCasesForTestSuite' => 'this:getTestCasesForTestSuite',
  'tl.getTestCasesForTestPlan' => 'this:getTestCasesForTestPlan',
  'tl.getTestCaseIDByName' => 'this:getTestCaseIDByName',
  'tl.getTestCaseCustomFieldDesignValue' => 'this:getTestCaseCustomFieldDesignValue',
  'tl.getTestCaseCustomFieldExecutionValue' => 'this:getTestCaseCustomFieldExecutionValue',
  'tl.getTestCaseCustomFieldTestPlanDesignValue' => 'this:getTestCaseCustomFieldTestPlanDesignValue',
  'tl.getTestSuiteCustomFieldDesignValue' => 'this:getTestSuiteCustomFieldDesignValue',
  'tl.getTestPlanCustomFieldDesignValue' => 'this:getTestPlanCustomFieldDesignValue',
  'tl.getReqSpecCustomFieldDesignValue' => 'this:getReqSpecCustomFieldDesignValue',
  'tl.getRequirementCustomFieldDesignValue' => 'this:getRequirementCustomFieldDesignValue',
  'tl.getFirstLevelTestSuitesForTestProject' => 'this:getFirstLevelTestSuitesForTestProject',
  'tl.getTestCaseAttachments' => 'this:getTestCaseAttachments',
  'tl.getTestCase' => 'this:getTestCase',
  'tl.getFullPath' => 'this:getFullPath',
  'tl.getTestSuiteByID' => 'this:getTestSuiteByID',
  'tl.getUserByLogin' => 'this:getUserByLogin',
  'tl.getUserByID' => 'this:getUserByID',
  'tl.deleteExecution' => 'this:deleteExecution',
  'tl.doesUserExist' => 'this:doesUserExist',
  'tl.updateTestCaseCustomFieldDesignValue' => 'this:updateTestCaseCustomFieldDesignValue',
  'tl.updateTestCase' => 'this:updateTestCase',
  'tl.setTestCaseExecutionType' => 'this:setTestCaseExecutionType',
  'tl.assignTestCaseExecutionTask' => 'this:assignTestCaseExecutionTask',
  'tl.unassignTestCaseExecutionTask' => 'this:unassignTestCaseExecutionTask',
  'tl.addTestCaseKeywords' => 'this:addTestCaseKeywords',
  'tl.removeTestCaseKeywords' => 'this:removeTestCaseKeywords',
  'tl.updateTestSuiteCustomFieldDesignValue' => 'this:updateTestSuiteCustomFieldDesignValue',
  'tl.getTestSuite' => 'this:getTestSuite',
  'tl.checkDevKey' => 'this:checkDevKey',
  'tl.about' => 'this:about',
  'tl.testLinkVersion' => 'this:testLinkVersion',
  'tl.setTestMode' => 'this:setTestMode',
  'tl.ping' => 'this:sayHello',
  'tl.sayHello' => 'this:sayHello',
  'tl.repeat' => 'this:repeat'

上一頁12下一頁
軟件測(cè)試工具 | 聯(lián)系我們 | 投訴建議 | 誠(chéng)聘英才 | 申請(qǐng)使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd