51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2067|回复: 0
打印 上一主题 下一主题

[资料] 【seagull1985】TestLink API的调用

[复制链接]
  • TA的每日心情
    奋斗
    2018-8-27 15:56
  • 签到天数: 322 天

    连续签到: 1 天

    [LV.8]测试军长

    跳转到指定楼层
    1#
    发表于 2016-8-4 17:14:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1. public class TestLinkBaseApi{

    2.         /**
    3.          * @param args
    4.          */
    5.         private final static String TESTLINK_URL = "http://xx.xxx.xx.xx:80/testlink/lib/api/xmlrpc/v1/xmlrpc.php";
    6.         protected final static String TESTLINK_DEVKEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";        //用户登录后在管理界面去查询此KEY
    7.         protected final static Integer PLATFORMID = 0;
    8.         protected final static String PLATFORMNAME = null;
    9.         protected static TestLinkAPI api= iniTestlinkApi();

    10.         private static TestLinkAPI iniTestlinkApi() {
    11.             URL testlinkURL = null;       
    12.             try     {
    13.                     testlinkURL = new URL(TESTLINK_URL);
    14.             } catch ( MalformedURLException mue )   {
    15.                     mue.printStackTrace( System.err );
    16.                     System.exit(-1);
    17.             }
    18.             return new TestLinkAPI(testlinkURL, TESTLINK_DEVKEY);
    19.         }

    20. }
    复制代码


    关键是,别忘记了导入API的jar包。。。。
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-17 06:28 , Processed in 0.057086 second(s), 23 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表