亚洲好骚综合-亚洲黄色录像-亚洲黄色网址-亚洲黄色网址大全-99久久99久久-99久久99久久精品国产

您的位置:軟件測試 > 開源軟件測試 > 開源測試管理工具 > Testlink
Testlink接口使用方法-python語言遠(yuǎn)程調(diào)用
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時間:[ 2016/7/20 11:10:39 ] 推薦標(biāo)簽:測試管理工具 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下一頁
軟件測試工具 | 聯(lián)系我們 | 投訴建議 | 誠聘英才 | 申請使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd
主站蜘蛛池模板: 天天干天天摸天天操 | 国产黄色片在线免费观看 | 欧美伦理一区二区三区 | 亚洲va韩国va欧美va天堂 | 成年人黄色小视频 | 亚洲国产婷婷综合在线精品 | 天天上天天干 | 亚洲天堂在线播放 | 亚洲午夜视频在线 | 亚洲成a人v在线观看 | 午夜看看 | 综合欧美日韩一区二区三区 | 免费在线不卡视频 | 天堂资源wwww在线看 | 成人18在线视频播放 | 国产精品亚洲片在线牛牛影视 | 欧美在线视频一区 | 日韩精品网址 | 二级男女做受片一级d2 | 精产国品一区 | 一级做a爰全过程免费视频 一级做a爰片鸭王 | 天天综合天天看夜夜添狠狠玩 | 亚洲第一中文字幕 | 亚洲黄色影院 | a级特黄一级毛片七仙女思春 | 国产成人综合久久亚洲精品 | 欧美丝妇 | 亚洲 欧美 日韩 在线 | 欧美日韩国产一区二区三区不卡 | 亚洲视频在线观看 | 丝袜美脚在线 | aⅴ免费视频 | 日本三级视频在线 | 午夜影视福利 | 一级黄色片免费观看 | 国产精品成人麻豆专区 | 天堂网国产 | 国内外成人免费在线视频 | 视频一区二区中文字幕 | 成人欧美日韩视频一区 | 日韩精品中文字幕一区三区 |