Testlink接口使用方法-python语言远程调用

发表于:2016-7-20 10:56

字体: | 上一篇 | 下一篇 | 我要投稿

 作者:向闸北    来源:51Testing软件测试网采编

分享:
  未完待续
  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'
22/2<12
精选软件测试好文,快来阅读吧~

关注51Testing

联系我们

快捷面板 站点地图 联系我们 广告服务 关于我们 站长统计 发展历程

法律顾问:上海兰迪律师事务所 项棋律师
版权所有 上海博为峰软件技术股份有限公司 Copyright©51testing.com 2003-2024
投诉及意见反馈:webmaster@51testing.com; 业务联系:service@51testing.com 021-64471599-8017

沪ICP备05003035号

沪公网安备 31010102002173号