如何在使用br.eti.kinoshita.testlinkjavaapi时创建testlink平台

时间:2016-07-13 12:22:06

标签: java api platform testlink

我正在尝试使用br.eti.kinoshita.testlinkjavaapi库在Testlink上创建整个项目。

我唯一没办法做的就是创建一个新的平台。

我试过了: `api = new TestLinkAPI(新URL(“http://”localhost / testlink / lib / api / xmlrpc / v1 / xmlrpc.php),devKey);

// devKey来自我的testlink环境

Platform platform=new Platform(1,platformName,platformDescription);

api.addPlatformToTestPlan(projectId, testPlanId, platformName);

//projectId and testPlanId are directly taken from testlink and are both integer

//platformDescription is a String which looks like "a simple description"

// the "1" corresponds to the ID I want to give to my platform (I put 1 because none ID is already present on my project)

`

但是这段代码效率不高,我收到错误:

  

platformName不存在。

我认为问题在于我必须首先将平台添加到项目中,但我找不到任何方法来做到这一点......

你有什么想法吗?

0 个答案:

没有答案